Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbIdClass
-
Packages that use JaxbIdClass Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbIdClass in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbIdClass Modifier and Type Field Description protected JaxbIdClassJaxbEntity. idClassprotected JaxbIdClassJaxbMappedSuperclass. idClassMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbIdClass Modifier and Type Method Description JaxbIdClassObjectFactory. createJaxbIdClass()Create an instance ofJaxbIdClassJaxbIdClassEntityOrMappedSuperclass. getIdClass()JaxbIdClassJaxbEntity. getIdClass()Gets the value of the idClass property.JaxbIdClassJaxbMappedSuperclass. getIdClass()Gets the value of the idClass property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbIdClass Modifier and Type Method Description voidEntityOrMappedSuperclass. setIdClass(JaxbIdClass value)voidJaxbEntity. setIdClass(JaxbIdClass value)Sets the value of the idClass property.voidJaxbMappedSuperclass. setIdClass(JaxbIdClass value)Sets the value of the idClass property.
-