Interface DatabaseEntryDao
- All Superinterfaces:
BaseDao<DatabaseEntry>, BaseVoEnabledDao<DatabaseEntry, DatabaseEntryValueObject>, FilteringDao<DatabaseEntry>, FilteringVoEnabledDao<DatabaseEntry, DatabaseEntryValueObject>
- All Known Implementing Classes:
DatabaseEntryDaoImpl
public interface DatabaseEntryDao
extends FilteringVoEnabledDao<DatabaseEntry, DatabaseEntryValueObject>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface FilteringDao
FilteringDao.ConjunctSpec -
Field Summary
Fields -
Method Summary
Methods inherited from interface BaseDao
countAll, create, create, find, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from interface BaseVoEnabledDao
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyType, getSort, isFilterablePropertyDeprecated, isFilterablePropertyUsingSubquery, load, load, loadIdsMethods inherited from interface FilteringVoEnabledDao
loadValueObjects, loadValueObjects, loadValueObjectsByCursor
-
Field Details
-
OBJECT_ALIAS
- See Also:
-
-
Method Details
-
findByAccession
-