Uses of Interface
org.jboss.shrinkwrap.descriptor.api.persistence20.Properties

Packages that use Properties
org.jboss.shrinkwrap.descriptor.api.persistence20 Provides the interfaces and enumeration types as defined in the schema persistence_2_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.persistence20 Provides the implementation classes as defined in the schema persistence_2_0.xsd 
 

Uses of Properties in org.jboss.shrinkwrap.descriptor.api.persistence20
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return Properties
 Properties<PersistenceUnit<T>> PersistenceUnit.properties()
          If not already created, a new properties element will be created and returned.
 Properties<T> Properties.removeAllProperty()
          Removes all property elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return types with arguments of type Properties
 java.util.List<Property<Properties<T>>> Properties.getPropertyList()
          Returns all property elements
 Property<Properties<T>> Properties.property()
          Returns the property element
 

Uses of Properties in org.jboss.shrinkwrap.descriptor.impl.persistence20
 

Classes in org.jboss.shrinkwrap.descriptor.impl.persistence20 that implement Properties
 class PropertiesImpl<T>
          This class implements the properties xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return Properties
 Properties<PersistenceUnit<T>> PersistenceUnitImpl.properties()
          If not already created, a new properties element will be created and returned.
 Properties<T> PropertiesImpl.removeAllProperty()
          Removes all property elements
 

Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return types with arguments of type Properties
 java.util.List<Property<Properties<T>>> PropertiesImpl.getPropertyList()
          Returns all property elements
 Property<Properties<T>> PropertiesImpl.property()
          Returns the property element