Package org.datanucleus.properties
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 org.datanucleus.properties.PropertyStore
frequentProperties, properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(NucleusLogger logger) void
setProperty
(String name, Object value) Method to set a property in the storeMethods inherited from class org.datanucleus.properties.PropertyStore
getBooleanObjectProperty, getBooleanProperty, getBooleanProperty, getFrequentProperties, getIntProperty, getProperty, getStringProperty, hasProperty, hasPropertyNotNull, setPropertyInternal
-
Constructor Details
-
BasePropertyStore
public BasePropertyStore()
-
-
Method Details
-
setProperty
Method to set a property in the store- Parameters:
name
- Name of the propertyvalue
- Its value
-
dump
-
getPropertyNames
-
getProperties
-