Package ubic.gemma.persistence.persister
Interface PersisterHelper
- All Superinterfaces:
Persister
- All Known Implementing Classes:
ExpressionPersister
,PersisterHelperImpl
,RelationshipPersister
This interface contains a few extensions to the base
Persister
interface to handle special cases with
ExpressionExperiment
.
You should not rely on this as it is mainly used for creating fixtures for tests.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionpersist
(ExpressionExperiment ee, ArrayDesignsForExperimentCache cachedArrays) Methods inherited from interface ubic.gemma.persistence.persister.Persister
persist, persist, persistOrUpdate
-
Method Details
-
persist
@Secured("GROUP_USER") @CheckReturnValue ExpressionExperiment persist(ExpressionExperiment ee, ArrayDesignsForExperimentCache cachedArrays) -
prepare
@Secured("GROUP_USER") @CheckReturnValue ArrayDesignsForExperimentCache prepare(ExpressionExperiment ee)
-