Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbIdClass
Packages that use JaxbIdClass
-
Uses of JaxbIdClass in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbIdClassModifier and TypeFieldDescriptionprotected JaxbIdClassJaxbEntity.idClassprotected JaxbIdClassJaxbMappedSuperclass.idClassMethods in org.hibernate.boot.jaxb.mapping that return JaxbIdClassModifier and TypeMethodDescriptionObjectFactory.createJaxbIdClass()Create an instance ofJaxbIdClassEntityOrMappedSuperclass.getIdClass()JaxbEntity.getIdClass()Gets the value of the idClass property.JaxbMappedSuperclass.getIdClass()Gets the value of the idClass property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbIdClassModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.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.