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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return EmbeddedId
 EmbeddedId<T> EmbeddedId.access(AccessType access)
          Sets the access attribute
 EmbeddedId<T> EmbeddedId.access(String access)
          Sets the access attribute
 EmbeddedId<Attributes<T>> Attributes.getOrCreateEmbeddedId()
          If not already created, a new embedded-id element with the given value will be created.
 EmbeddedId<T> EmbeddedId.name(String name)
          Sets the name attribute
 EmbeddedId<T> EmbeddedId.removeAccess()
          Removes the access attribute
 EmbeddedId<T> EmbeddedId.removeAllAttributeOverride()
          Removes all attribute-override elements
 EmbeddedId<T> EmbeddedId.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type EmbeddedId
 AttributeOverride<EmbeddedId<T>> EmbeddedId.createAttributeOverride()
          Creates a new attribute-override element
 List<AttributeOverride<EmbeddedId<T>>> EmbeddedId.getAllAttributeOverride()
          Returns all attribute-override elements
 AttributeOverride<EmbeddedId<T>> EmbeddedId.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.