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. transientsprotected List<JaxbTransient>JaxbEmbeddableAttributes. transientsMethods in org.hibernate.boot.jaxb.mapping that return JaxbTransient Modifier and Type Method Description JaxbTransientObjectFactory. createJaxbTransient()Create an instance ofJaxbTransientMethods 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_NAMEMethods in org.hibernate.boot.model.internal that return types with arguments of type JaxbTransient Modifier and Type Method Description List<JaxbTransient>PropertyMappingElementCollector. getTransient()
-