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 JaxbIdClassImpl
JaxbEntityImpl.idClass
protected JaxbIdClassImpl
JaxbMappedSuperclassImpl.idClass
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbIdClassImplModifier and TypeMethodDescriptionObjectFactory.createJaxbIdClassImpl()
Create an instance ofJaxbIdClassImpl
JaxbEntityImpl.getIdClass()
Gets the value of the idClass property.@Nullable JaxbIdClassImpl
JaxbEntityOrMappedSuperclass.getIdClass()
JaxbMappedSuperclassImpl.getIdClass()
Gets the value of the idClass property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbIdClassImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setIdClass
(JaxbIdClassImpl value) Sets the value of the idClass property.void
JaxbEntityOrMappedSuperclass.setIdClass
(@Nullable JaxbIdClassImpl value) void
JaxbMappedSuperclassImpl.setIdClass
(JaxbIdClassImpl value) Sets the value of the idClass property.