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 List<Transient>Attributes. _transientprotected 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 List<Transient>Attributes. getTransient()Gets the value of the transient property.List<Transient>EmbeddableAttributes. getTransient()Gets the value of the transient property.
-