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 JaxbHbmSimpleIdType
JaxbHbmRootEntityType. id
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmSimpleIdType Modifier and Type Method Description JaxbHbmSimpleIdType
ObjectFactory. createJaxbHbmSimpleIdType()
Create an instance ofJaxbHbmSimpleIdType
JaxbHbmSimpleIdType
JaxbHbmRootEntityType. 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 void
JaxbHbmRootEntityType. 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 JaxbHbmSimpleIdType
SimpleIdentifier. build()
-