Uses of Class
com.opensymphony.module.propertyset.AbstractPropertySet

Packages that use AbstractPropertySet
com.opensymphony.module.propertyset   
com.opensymphony.module.propertyset.database   
com.opensymphony.module.propertyset.ofbiz   
 

Uses of AbstractPropertySet in com.opensymphony.module.propertyset
 

Subclasses of AbstractPropertySet in com.opensymphony.module.propertyset
 class AggregatePropertySet
           
 class BeanIntrospectorPropertySet
           
 class EJBPropertySet
          The EJBPropertySet is an implementation of PropertySet that uses Enterprise JavaBeans to store and retrieve Properties.
 class MapPropertySet
          The MapPropertySet is an UNTYPED PropertySet implementation that acts as a wrapper around a standard Map .
 class MemoryPropertySet
          The MemoryPropertySet is a PropertySet implementation that will store any primitive or object in an internal Map that is stored in memory.
 class SerializablePropertySet
          The SerializablePropertySet is a PropertySet implementation that will store any primitive of serializable object in an internal Map which is stored in memory and can be loaded/saved by serializing the entire SerializablePropertySet.
 class XMLPropertySet
          The XMLPropertySet behaves as an in-memory typed PropertySet, with the ability to load and save all the properties to/from an XML document.
 

Uses of AbstractPropertySet in com.opensymphony.module.propertyset.database
 

Subclasses of AbstractPropertySet in com.opensymphony.module.propertyset.database
 class JDBCPropertySet
          This is an implementation of a property set manager for JDBC.
 

Uses of AbstractPropertySet in com.opensymphony.module.propertyset.ofbiz
 

Subclasses of AbstractPropertySet in com.opensymphony.module.propertyset.ofbiz
 class OFBizPropertySet
          This is the property set implementation for storing properties in the OFBiz Entity Engine.
 


See www.opensymphony.com for more information.