Uses of Interface
com.eduix.genexp.storage.StorageQuery
-
Packages that use StorageQuery Package Description com.eduix.genexp.storage com.eduix.genexp.storage.database -
-
Uses of StorageQuery in com.eduix.genexp.storage
Subinterfaces of StorageQuery in com.eduix.genexp.storage Modifier and Type Interface Description interfaceStorageSearchResult<T>An interface for a study element storage query result.Classes in com.eduix.genexp.storage that implement StorageQuery Modifier and Type Class Description classStorageQueryDTOA default implementation of a study element storage query.classStorageSearchResultDTO<T>Methods in com.eduix.genexp.storage with parameters of type StorageQuery Modifier and Type Method Description <T> StorageSearchResult<T>StorageService. search(StorageQuery query, Class<T> clazz, ElementDeleteMarker deleteMarker)Query study elements from the storageConstructors in com.eduix.genexp.storage with parameters of type StorageQuery Constructor Description StorageSearchResultDTO(StorageQuery query) -
Uses of StorageQuery in com.eduix.genexp.storage.database
Methods in com.eduix.genexp.storage.database with parameters of type StorageQuery Modifier and Type Method Description <T> StorageSearchResult<T>DatabaseStorageService. search(StorageQuery query, Class<T> clazz, ElementDeleteMarker deleteMarker)
-