Class BlatAssociationServiceImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractService<BlatAssociation>
ubic.gemma.persistence.service.genome.sequenceAnalysis.BlatAssociationServiceImpl
- All Implemented Interfaces:
BaseImmutableService<BlatAssociation>,BaseReadOnlyService<BlatAssociation>,BaseService<BlatAssociation>,BlatAssociationService
@Service
public class BlatAssociationServiceImpl
extends AbstractService<BlatAssociation>
implements BlatAssociationService
Spring Service base class for
BlatAssociationService, provides access to all services and entities
referenced by this service.- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractService
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(BioSequence bioSequence) findAndThaw(BioSequence bioSequence) Methods inherited from class ubic.gemma.persistence.service.AbstractService
countAll, create, create, ensureInSession, ensureInSession, find, findOrCreate, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.persistence.service.BaseImmutableService
create, findOrCreate, remove, removeMethods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface ubic.gemma.persistence.service.genome.sequenceAnalysis.BlatAssociationService
create, remove
-
Constructor Details
-
BlatAssociationServiceImpl
-
-
Method Details
-
find
- Specified by:
findin interfaceBlatAssociationService
-
findAndThaw
@Transactional(readOnly=true) public Collection<BlatAssociation> findAndThaw(BioSequence bioSequence) - Specified by:
findAndThawin interfaceBlatAssociationService
-
find
- Specified by:
findin interfaceBlatAssociationService
-