Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Packages that use JaxbHbmSimpleIdType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.envers.boot.model -
-
Uses of JaxbHbmSimpleIdType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmSimpleIdType Modifier and Type Field Description protected JaxbHbmSimpleIdTypeJaxbHbmRootEntityType. idMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmSimpleIdType Modifier and Type Method Description JaxbHbmSimpleIdTypeObjectFactory. createJaxbHbmSimpleIdType()Create an instance ofJaxbHbmSimpleIdTypeJaxbHbmSimpleIdTypeJaxbHbmRootEntityType. getId()Gets the value of the id property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmSimpleIdType Modifier and Type Method Description voidJaxbHbmRootEntityType. setId(JaxbHbmSimpleIdType value)Sets the value of the id property. -
Uses of JaxbHbmSimpleIdType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmSimpleIdType Modifier and Type Method Description JaxbHbmSimpleIdTypeSimpleIdentifier. build()
-