Uses of Interface
org.openxava.util.IPropertiesContainer

Packages that use IPropertiesContainer
org.openxava.ejbx   
org.openxava.model.impl   
 

Uses of IPropertiesContainer in org.openxava.ejbx
 

Subinterfaces of IPropertiesContainer in org.openxava.ejbx
 interface EJBReplicable
          Remote interface of a EntityBean that can be replicate.
 

Classes in org.openxava.ejbx that implement IPropertiesContainer
 class EJBReplicableBase
          Implementation base class for a EntityBean that can be replicated.
 

Uses of IPropertiesContainer in org.openxava.model.impl
 

Classes in org.openxava.model.impl that implement IPropertiesContainer
 class POJOPropertiesContainerAdapter
           
 

Methods in org.openxava.model.impl that return IPropertiesContainer
 IPropertiesContainer IPersistenceProvider.toPropertiesContainer(MetaModel metaModel, java.lang.Object modelObject)
          Return an IPropertiesContainer to manage using introspection the sent object.
 IPropertiesContainer POJOPersistenceProviderBase.toPropertiesContainer(MetaModel metaModel, java.lang.Object o)