ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return EmbeddableAttributes
 EmbeddableAttributes<Embeddable<T>> Embeddable.getOrCreateAttributes()
          If not already created, a new attributes element with the given value will be created.
 EmbeddableAttributes<T> EmbeddableAttributes.removeAllBasic()
          Removes all basic elements
 EmbeddableAttributes<T> EmbeddableAttributes.removeAllTransient()
          Removes all transient elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type EmbeddableAttributes
 Basic<EmbeddableAttributes<T>> EmbeddableAttributes.createBasic()
          Creates a new basic element
 Transient<EmbeddableAttributes<T>> EmbeddableAttributes.createTransient()
          Creates a new transient element
 List<Basic<EmbeddableAttributes<T>>> EmbeddableAttributes.getAllBasic()
          Returns all basic elements
 List<Transient<EmbeddableAttributes<T>>> EmbeddableAttributes.getAllTransient()
          Returns all transient elements
 Basic<EmbeddableAttributes<T>> EmbeddableAttributes.getOrCreateBasic()
          If not already created, a new basic element will be created and returned.
 Transient<EmbeddableAttributes<T>> EmbeddableAttributes.getOrCreateTransient()
          If not already created, a new transient 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.