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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Embedded
 Embedded<T> Embedded.access(AccessType access)
          Sets the access attribute
 Embedded<T> Embedded.access(String access)
          Sets the access attribute
 Embedded<Attributes<T>> Attributes.createEmbedded()
          Creates a new embedded element
 Embedded<EmbeddableAttributes<T>> EmbeddableAttributes.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<EmbeddableAttributes<T>> EmbeddableAttributes.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.removeAccess()
          Removes the access attribute
 Embedded<T> Embedded.removeAllAssociationOverride()
          Removes all association-override elements
 Embedded<T> Embedded.removeAllAttributeOverride()
          Removes all attribute-override elements
 Embedded<T> Embedded.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type Embedded
 AssociationOverride<Embedded<T>> Embedded.createAssociationOverride()
          Creates a new association-override element
 AttributeOverride<Embedded<T>> Embedded.createAttributeOverride()
          Creates a new attribute-override element
 List<AssociationOverride<Embedded<T>>> Embedded.getAllAssociationOverride()
          Returns all association-override elements
 List<AttributeOverride<Embedded<T>>> Embedded.getAllAttributeOverride()
          Returns all attribute-override elements
 List<Embedded<Attributes<T>>> Attributes.getAllEmbedded()
          Returns all embedded elements
 List<Embedded<EmbeddableAttributes<T>>> EmbeddableAttributes.getAllEmbedded()
          Returns all embedded elements
 AssociationOverride<Embedded<T>> Embedded.getOrCreateAssociationOverride()
          If not already created, a new association-override element will be created and returned.
 AttributeOverride<Embedded<T>> Embedded.getOrCreateAttributeOverride()
          If not already created, a new attribute-override element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.