Class BasePropertyStore

java.lang.Object
org.datanucleus.properties.PropertyStore
org.datanucleus.properties.BasePropertyStore

public class BasePropertyStore extends PropertyStore
Basic property store implementation, allowing setting of properties
  • Constructor Details

    • BasePropertyStore

      public BasePropertyStore()
  • Method Details

    • setProperty

      public void setProperty(String name, Object value)
      Method to set a property in the store
      Parameters:
      name - Name of the property
      value - Its value
    • dump

      public void dump(NucleusLogger logger)
    • getPropertyNames

      public Set<String> getPropertyNames()
    • getProperties

      public Map<String,Object> getProperties()