Uses of Interface
org.datanucleus.store.StorePersistenceHandler
Packages that use StorePersistenceHandler
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 in org.datanucleus.store
Classes in org.datanucleus.store that implement StorePersistenceHandlerModifier and TypeClassDescriptionclass
Abstract representation of a persistence handler, to be extended by datastores own variant.Fields in org.datanucleus.store declared as StorePersistenceHandlerModifier and TypeFieldDescriptionprotected StorePersistenceHandler
AbstractStoreManager.persistenceHandler
Persistence handler.Methods in org.datanucleus.store that return StorePersistenceHandlerModifier and TypeMethodDescriptionAbstractStoreManager.getPersistenceHandler()
StoreManager.getPersistenceHandler()
-
Uses of StorePersistenceHandler in org.datanucleus.store.federation
Classes in org.datanucleus.store.federation that implement StorePersistenceHandlerModifier and TypeClassDescriptionclass
Persistence handler for federated datastores.Fields in org.datanucleus.store.federation declared as StorePersistenceHandlerModifier and TypeFieldDescriptionprotected StorePersistenceHandler
FederatedStoreManager.persistenceHandler
Persistence handler.Methods in org.datanucleus.store.federation that return StorePersistenceHandler