Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Packages that use JaxbHbmVersionAttributeType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmVersionAttributeType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmVersionAttributeType Modifier and Type Field Description protected JaxbHbmVersionAttributeType
JaxbHbmRootEntityType. version
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmVersionAttributeType Modifier and Type Method Description JaxbHbmVersionAttributeType
ObjectFactory. createJaxbHbmVersionAttributeType()
Create an instance ofJaxbHbmVersionAttributeType
JaxbHbmVersionAttributeType
JaxbHbmRootEntityType. getVersion()
Gets the value of the version property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmVersionAttributeType Modifier and Type Method Description void
JaxbHbmRootEntityType. setVersion(JaxbHbmVersionAttributeType value)
Sets the value of the version property.
-