Uses of Enum
org.datanucleus.store.StorePersistenceHandler.PersistenceBatchType
Packages that use StorePersistenceHandler.PersistenceBatchType
Package
Description
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing management for federation of datastores.
-
Uses of StorePersistenceHandler.PersistenceBatchType in org.datanucleus.store
Methods in org.datanucleus.store that return StorePersistenceHandler.PersistenceBatchTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.StorePersistenceHandler.PersistenceBatchType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store with parameters of type StorePersistenceHandler.PersistenceBatchTypeModifier and TypeMethodDescriptiondefault void
StorePersistenceHandler.batchEnd
(ExecutionContext ec, StorePersistenceHandler.PersistenceBatchType type) Signal that the current batch of operations are ending for the specified ExecutionContext.default void
StorePersistenceHandler.batchStart
(ExecutionContext ec, StorePersistenceHandler.PersistenceBatchType batchType) Signal that a batch of operations are starting for the specified ExecutionContext. -
Uses of StorePersistenceHandler.PersistenceBatchType in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation with parameters of type StorePersistenceHandler.PersistenceBatchTypeModifier and TypeMethodDescriptionvoid
FederatedPersistenceHandler.batchEnd
(ExecutionContext ec, StorePersistenceHandler.PersistenceBatchType type) void
FederatedPersistenceHandler.batchStart
(ExecutionContext ec, StorePersistenceHandler.PersistenceBatchType batchType)