Uses of Interface
org.datanucleus.store.StorePersistenceHandler
-
Packages that use StorePersistenceHandler 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 in org.datanucleus.store
Classes in org.datanucleus.store that implement StorePersistenceHandler Modifier and Type Class Description classAbstractPersistenceHandlerAbstract representation of a persistence handler, to be extended by datastores own variant.Fields in org.datanucleus.store declared as StorePersistenceHandler Modifier and Type Field Description protected StorePersistenceHandlerAbstractStoreManager. persistenceHandlerPersistence handler.Methods in org.datanucleus.store that return StorePersistenceHandler Modifier and Type Method Description StorePersistenceHandlerAbstractStoreManager. getPersistenceHandler()StorePersistenceHandlerStoreManager. getPersistenceHandler() -
Uses of StorePersistenceHandler in org.datanucleus.store.federation
Classes in org.datanucleus.store.federation that implement StorePersistenceHandler Modifier and Type Class Description classFederatedPersistenceHandlerPersistence handler for federated datastores.Fields in org.datanucleus.store.federation declared as StorePersistenceHandler Modifier and Type Field Description protected StorePersistenceHandlerFederatedStoreManager. persistenceHandlerPersistence handler.Methods in org.datanucleus.store.federation that return StorePersistenceHandler Modifier and Type Method Description StorePersistenceHandlerFederatedStoreManager. getPersistenceHandler()
-