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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Transient
 Transient<Attributes<T>> Attributes.createTransient()
          Creates a new transient element
 Transient<EmbeddableAttributes<T>> EmbeddableAttributes.createTransient()
          Creates a new transient element
 Transient<Attributes<T>> Attributes.getOrCreateTransient()
          If not already created, a new transient element will be created and returned.
 Transient<EmbeddableAttributes<T>> EmbeddableAttributes.getOrCreateTransient()
          If not already created, a new transient element will be created and returned.
 Transient<T> Transient.name(String name)
          Sets the name attribute
 Transient<T> Transient.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type Transient
 List<Transient<Attributes<T>>> Attributes.getAllTransient()
          Returns all transient elements
 List<Transient<EmbeddableAttributes<T>>> EmbeddableAttributes.getAllTransient()
          Returns all transient elements
 



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