@ParametersAreNonnullByDefault
Package ubic.gemma.persistence.service.common.description
- 
Interface Summary Interface Description BibliographicReferenceDao BibliographicReferenceService CharacteristicDao CharacteristicService DatabaseEntryDao DatabaseEntryService ExternalDatabaseDao ExternalDatabaseService 
- 
Class Summary Class Description BibliographicReferenceDaoImpl BibliographicReferenceServiceImpl Implementation of BibliographicReferenceService.CharacteristicDao.CharacteristicUsageFrequency Represents a set of characteristics grouped byCharacteristic.getValueUri()orCharacteristic.getValue().CharacteristicDaoImpl CharacteristicServiceImpl DatabaseEntryDaoImpl Base Spring DAO Class: is able to create, update, remove, load, and find objects of typeDatabaseEntry.DatabaseEntryServiceImpl Spring Service base class forDatabaseEntryService, provides access to all services and entities referenced by this service.ExternalDatabaseDaoImpl ExternalDatabaseServiceImpl