Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbIdClassImpl
Packages that use JaxbIdClassImpl
-
Uses of JaxbIdClassImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbIdClassImplModifier and TypeFieldDescriptionprotected JaxbIdClassImplJaxbEntityImpl.idClassprotected JaxbIdClassImplJaxbMappedSuperclassImpl.idClassMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbIdClassImplModifier and TypeMethodDescriptionObjectFactory.createJaxbIdClassImpl()Create an instance ofJaxbIdClassImplJaxbEntityImpl.getIdClass()Gets the value of the idClass property.@Nullable JaxbIdClassImplJaxbEntityOrMappedSuperclass.getIdClass()JaxbMappedSuperclassImpl.getIdClass()Gets the value of the idClass property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbIdClassImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setIdClass(JaxbIdClassImpl value) Sets the value of the idClass property.voidJaxbEntityOrMappedSuperclass.setIdClass(@Nullable JaxbIdClassImpl value) voidJaxbMappedSuperclassImpl.setIdClass(JaxbIdClassImpl value) Sets the value of the idClass property.