Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbTransient
Packages that use JaxbTransient
-
Uses of JaxbTransient in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbTransientModifier and TypeFieldDescriptionprotected List<JaxbTransient>JaxbAttributes.transientsprotected List<JaxbTransient>JaxbEmbeddableAttributes.transientsMethods in org.hibernate.boot.jaxb.mapping that return JaxbTransientModifier and TypeMethodDescriptionObjectFactory.createJaxbTransient()Create an instance ofJaxbTransientMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbTransientModifier and TypeMethodDescriptionAttributesContainer.getTransients()JaxbAttributes.getTransients()Gets the value of the transients property.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 JaxbTransientModifier and TypeFieldDescriptionstatic final Function<JaxbTransient,String> PropertyMappingElementCollector.JAXB_TRANSIENT_NAMEMethods in org.hibernate.boot.model.internal that return types with arguments of type JaxbTransient