ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use Properties
org.jboss.shrinkwrap.descriptor.api.persistence10 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.persistence10 that return Properties
 Properties<PersistenceUnit<T>> PersistenceUnit.getOrCreateProperties()
          If not already created, a new properties element with the given value will be created.
 Properties<T> Properties.removeAllProperty()
          Removes all property elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence10 that return types with arguments of type Properties
 Property<Properties<T>> Properties.createProperty()
          Creates a new property element
 List<Property<Properties<T>>> Properties.getAllProperty()
          Returns all property elements
 Property<Properties<T>> Properties.getOrCreateProperty()
          If not already created, a new property element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.