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:
-
Field Summary
Fields -
Method Summary
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledDao
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface ubic.gemma.persistence.service.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyType, getSort, isFilterablePropertyDeprecated, isFilterablePropertyUsingSubquery, load, load, loadIdsMethods inherited from interface ubic.gemma.persistence.service.FilteringVoEnabledDao
loadValueObjects, loadValueObjects
-
Field Details
-
OBJECT_ALIAS
- See Also:
-
-
Method Details
-
findByAccession
-