Uses of Class
org.datanucleus.store.StorePersistenceHandler.PersistenceBatchType
-
Packages that use StorePersistenceHandler.PersistenceBatchType Package Description org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.federation Package providing management for federation of datastores. -
-
Uses of StorePersistenceHandler.PersistenceBatchType in org.datanucleus.store
Methods in org.datanucleus.store that return StorePersistenceHandler.PersistenceBatchType Modifier and Type Method Description static StorePersistenceHandler.PersistenceBatchTypeStorePersistenceHandler.PersistenceBatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorePersistenceHandler.PersistenceBatchType[]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.PersistenceBatchType Modifier and Type Method Description default voidStorePersistenceHandler. batchEnd(ExecutionContext ec, StorePersistenceHandler.PersistenceBatchType type)Signal that the current batch of operations are ending for the specified ExecutionContext.default voidStorePersistenceHandler. 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.PersistenceBatchType Modifier and Type Method Description voidFederatedPersistenceHandler. batchEnd(ExecutionContext ec, StorePersistenceHandler.PersistenceBatchType type)voidFederatedPersistenceHandler. batchStart(ExecutionContext ec, StorePersistenceHandler.PersistenceBatchType batchType)
-