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 JaxbAttributesContainerImplJaxbEntityImpl.attributesprotected JaxbAttributesContainerImplJaxbMappedSuperclassImpl.attributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAttributesContainerImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributesContainerImpl()Create an instance ofJaxbAttributesContainerImpl@Nullable JaxbAttributesContainerImplJaxbEntity.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 TypeMethodDescriptionvoidJaxbEntity.setAttributes(@Nullable JaxbAttributesContainerImpl value) voidJaxbEntityImpl.setAttributes(JaxbAttributesContainerImpl value) Sets the value of the attributes property.voidJaxbMappedSuperclassImpl.setAttributes(JaxbAttributesContainerImpl value) Sets the value of the attributes property.