Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
Packages that use JaxbAttributesContainerImpl
-
Uses of JaxbAttributesContainerImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbAttributesContainerImplModifier and TypeFieldDescriptionprotected JaxbAttributesContainerImpl
JaxbEntityImpl.attributes
protected JaxbAttributesContainerImpl
JaxbMappedSuperclassImpl.attributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAttributesContainerImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributesContainerImpl()
Create an instance ofJaxbAttributesContainerImpl
@Nullable JaxbAttributesContainerImpl
JaxbEntity.getAttributes()
JaxbEntityImpl.getAttributes()
Gets the value of the attributes property.JaxbMappedSuperclass.getAttributes()
JaxbMappedSuperclassImpl.getAttributes()
Gets the value of the attributes property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbAttributesContainerImplModifier and TypeMethodDescriptionvoid
JaxbEntity.setAttributes
(@Nullable JaxbAttributesContainerImpl value) void
JaxbEntityImpl.setAttributes
(JaxbAttributesContainerImpl value) Sets the value of the attributes property.void
JaxbMappedSuperclassImpl.setAttributes
(JaxbAttributesContainerImpl value) Sets the value of the attributes property.