Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbIdClass
-
Packages that use JaxbIdClass Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbIdClass in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbIdClass Modifier and Type Field Description protected JaxbIdClass
JaxbEntity. idClass
protected JaxbIdClass
JaxbMappedSuperclass. idClass
Methods in org.hibernate.boot.jaxb.mapping that return JaxbIdClass Modifier and Type Method Description JaxbIdClass
ObjectFactory. createJaxbIdClass()
Create an instance ofJaxbIdClass
JaxbIdClass
EntityOrMappedSuperclass. getIdClass()
JaxbIdClass
JaxbEntity. getIdClass()
Gets the value of the idClass property.JaxbIdClass
JaxbMappedSuperclass. getIdClass()
Gets the value of the idClass property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbIdClass Modifier and Type Method Description void
EntityOrMappedSuperclass. setIdClass(JaxbIdClass value)
void
JaxbEntity. setIdClass(JaxbIdClass value)
Sets the value of the idClass property.void
JaxbMappedSuperclass. setIdClass(JaxbIdClass value)
Sets the value of the idClass property.
-