Class BasePropertyStore
java.lang.Object
org.datanucleus.properties.PropertyStore
org.datanucleus.properties.BasePropertyStore
Basic property store implementation, allowing setting of properties
-
Field Summary
Fields inherited from class PropertyStore
frequentProperties, properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(NucleusLogger logger) voidsetProperty(String name, Object value) Method to set a property in the storeMethods inherited from class PropertyStore
getBooleanObjectProperty, getBooleanProperty, getBooleanProperty, getFrequentProperties, getIntProperty, getProperty, getStringProperty, hasProperty, hasPropertyNotNull, setPropertyInternal
-
Constructor Details
-
BasePropertyStore
public BasePropertyStore()
-
-
Method Details
-
setProperty
-
dump
-
getPropertyNames
-
getProperties
-