Uses of Class
org.datanucleus.properties.PropertyStore
-
Packages that use PropertyStore Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.properties Package providing handling for persistence properties, and in particular the validation of valid values.org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore. -
-
Uses of PropertyStore in org.datanucleus
Subclasses of PropertyStore in org.datanucleus Modifier and Type Class Description classConfigurationClass providing configuration for the context.Methods in org.datanucleus with parameters of type PropertyStore Modifier and Type Method Description voidTransactionImpl. setProperties(PropertyStore properties)Constructors in org.datanucleus with parameters of type PropertyStore Constructor Description TransactionImpl(ExecutionContext ec, PropertyStore properties)Constructor for a transaction for the specified ExecutionContext. -
Uses of PropertyStore in org.datanucleus.properties
Subclasses of PropertyStore in org.datanucleus.properties Modifier and Type Class Description classBasePropertyStoreBasic property store implementation, allowing setting of properties -
Uses of PropertyStore in org.datanucleus.store
Subclasses of PropertyStore in org.datanucleus.store Modifier and Type Class Description classAbstractStoreManagerAn abstract representation of a Store Manager.
-