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. _transient
protected java.util.List<Transient>
EmbeddableAttributes. _transient
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Transient Modifier and Type Method Description Transient
ObjectFactory. createTransient()
Create an instance ofTransient
Methods 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.
-