Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Transient
-
Packages that use Transient Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Transient in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Transient Modifier and Type Field Description protected java.util.List<Transient>Attributes. _transientprotected java.util.List<Transient>EmbeddableAttributes. _transientMethods in org.hibernate.jpamodelgen.xml.jaxb that return Transient Modifier and Type Method Description TransientObjectFactory. createTransient()Create an instance ofTransientMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Transient Modifier and Type Method Description java.util.List<Transient>Attributes. getTransient()Gets the value of the transient property.java.util.List<Transient>EmbeddableAttributes. getTransient()Gets the value of the transient property.
-