Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Packages that use JaxbHbmCompositeIdType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.envers.boot.model -
-
Uses of JaxbHbmCompositeIdType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCompositeIdType Modifier and Type Field Description protected JaxbHbmCompositeIdType
JaxbHbmRootEntityType. compositeId
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCompositeIdType Modifier and Type Method Description JaxbHbmCompositeIdType
ObjectFactory. createJaxbHbmCompositeIdType()
Create an instance ofJaxbHbmCompositeIdType
JaxbHbmCompositeIdType
JaxbHbmRootEntityType. getCompositeId()
Gets the value of the compositeId property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCompositeIdType Modifier and Type Method Description void
JaxbHbmRootEntityType. setCompositeId(JaxbHbmCompositeIdType value)
Sets the value of the compositeId property. -
Uses of JaxbHbmCompositeIdType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmCompositeIdType Modifier and Type Method Description JaxbHbmCompositeIdType
CompositeIdentifier. build()
-