Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbVersion
-
Packages that use JaxbVersion Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbVersion in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbVersion Modifier and Type Field Description protected List<JaxbVersion>
JaxbAttributes. version
Methods in org.hibernate.boot.jaxb.mapping that return JaxbVersion Modifier and Type Method Description JaxbVersion
ObjectFactory. createJaxbVersion()
Create an instance ofJaxbVersion
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbVersion Modifier and Type Method Description List<JaxbVersion>
JaxbAttributes. getVersion()
Gets the value of the version property. -
Uses of JaxbVersion in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbVersion Modifier and Type Method Description List<JaxbVersion>
PropertyMappingElementCollector. getVersion()
-