Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbTransient
-
Packages that use JaxbTransient Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbTransient in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbTransient Modifier and Type Field Description protected List<JaxbTransient>
JaxbAttributes. transients
protected List<JaxbTransient>
JaxbEmbeddableAttributes. transients
Methods in org.hibernate.boot.jaxb.mapping that return JaxbTransient Modifier and Type Method Description JaxbTransient
ObjectFactory. createJaxbTransient()
Create an instance ofJaxbTransient
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbTransient Modifier and Type Method Description List<JaxbTransient>
AttributesContainer. getTransients()
List<JaxbTransient>
JaxbAttributes. getTransients()
Gets the value of the transients property.List<JaxbTransient>
JaxbEmbeddableAttributes. getTransients()
Gets the value of the transients property. -
Uses of JaxbTransient in org.hibernate.boot.model.internal
Fields in org.hibernate.boot.model.internal with type parameters of type JaxbTransient Modifier and Type Field Description static Function<JaxbTransient,String>
PropertyMappingElementCollector. JAXB_TRANSIENT_NAME
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbTransient Modifier and Type Method Description List<JaxbTransient>
PropertyMappingElementCollector. getTransient()
-