Uses of Class
org.datanucleus.properties.PropertyStore
Packages that use PropertyStore
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Package providing handling for persistence properties, and in particular the validation of valid values.
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing support specific to transactions for DataNucleus.
Package providing handlers for JTA transactions
-
Uses of PropertyStore in org.datanucleus
Subclasses of PropertyStore in org.datanucleusModifier and TypeClassDescriptionclass
Class providing configuration for the context. -
Uses of PropertyStore in org.datanucleus.properties
Subclasses of PropertyStore in org.datanucleus.propertiesModifier and TypeClassDescriptionclass
Basic property store implementation, allowing setting of properties -
Uses of PropertyStore in org.datanucleus.store
Subclasses of PropertyStore in org.datanucleus.storeModifier and TypeClassDescriptionclass
An abstract representation of a Store Manager. -
Uses of PropertyStore in org.datanucleus.transaction
Fields in org.datanucleus.transaction declared as PropertyStoreMethods in org.datanucleus.transaction with parameters of type PropertyStoreConstructors in org.datanucleus.transaction with parameters of type PropertyStoreModifierConstructorDescriptionTransactionImpl
(ExecutionContext ec, PropertyStore properties) Constructor for a transaction for the specified ExecutionContext. -
Uses of PropertyStore in org.datanucleus.transaction.jta
Constructors in org.datanucleus.transaction.jta with parameters of type PropertyStoreModifierConstructorDescriptionJTAJCATransactionImpl
(ExecutionContext ec, PropertyStore properties) Constructor.JTATransactionImpl
(ExecutionContext ec, boolean autoJoin, PropertyStore properties) Constructor.