ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.Embedded

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

Uses of Embedded in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return Embedded
 Embedded<Attributes<T>> Attributes.createEmbedded()
          Creates a new embedded element
 Embedded<Attributes<T>> Attributes.getOrCreateEmbedded()
          If not already created, a new embedded element will be created and returned.
 Embedded<T> Embedded.name(String name)
          Sets the name attribute
 Embedded<T> Embedded.removeAllAttributeOverride()
          Removes all attribute-override elements
 Embedded<T> Embedded.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type Embedded
 AttributeOverride<Embedded<T>> Embedded.createAttributeOverride()
          Creates a new attribute-override element
 List<AttributeOverride<Embedded<T>>> Embedded.getAllAttributeOverride()
          Returns all attribute-override elements
 List<Embedded<Attributes<T>>> Attributes.getAllEmbedded()
          Returns all embedded elements
 AttributeOverride<Embedded<T>> Embedded.getOrCreateAttributeOverride()
          If not already created, a new attribute-override 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.