Interface PdoCacheOperationPersistence
- All Superinterfaces:
DomainContextDependable, DomainContextProvider, Interceptable, OperationProvider<PdoCacheOperation>, PersistenceDelegate<PdoCacheOperation>, PersistentOperation<PdoCacheOperation>, ProxyDelegate<PdoCacheOperation>, Serializable, SessionDependable, SessionProvider
- All Known Subinterfaces:
PdoCacheOperation
- All Known Implementing Classes:
PdoCacheOperationPersistenceImpl
Persistence interface of PdoCacheOperation.
-
Method Summary
Methods inherited from interface DomainContextDependable
createValidContext, determineContextId, getBaseContext, getContextId, isDomainContextImmutable, setDomainContext, setDomainContextImmutableMethods inherited from interface DomainContextProvider
getDomainContext, isWithinContext, isWithinContext, on, on, op, opMethods inherited from interface OperationProvider
getOperation, op, opMethods inherited from interface PersistenceDelegate
getDomainDelegateMethods inherited from interface ProxyDelegate
meMethods inherited from interface SessionDependable
isSessionImmutable, setSession, setSessionImmutableMethods inherited from interface SessionProvider
getSession
-
Method Details
-
preloadPdoCaches
CountDownLatch preloadPdoCaches()Preloads the PDO caches.- Returns:
- a countdown latch that can be used to wait for the preload to finish, null if no parallel download
-