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:
DatabaseEntry
-
-
Field Summary
Fields Modifier and Type Field Description static String
OBJECT_ALIAS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DatabaseEntry>
findByAccession(String accession)
-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
Methods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledDao
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIds
-
Methods inherited from interface ubic.gemma.persistence.service.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyIsUsingSubquery, getFilterablePropertyType, getSort, load, load, loadIds
-
Methods inherited from interface ubic.gemma.persistence.service.FilteringVoEnabledDao
loadValueObjects, loadValueObjects
-
-
-
-
Field Detail
-
OBJECT_ALIAS
static final String OBJECT_ALIAS
- See Also:
- Constant Field Values
-
-
Method Detail
-
findByAccession
List<DatabaseEntry> findByAccession(String accession)
-
-