Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
Packages that use JaxbEmbeddableAttributesContainerImpl
-
Uses of JaxbEmbeddableAttributesContainerImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbEmbeddableAttributesContainerImplModifier and TypeFieldDescriptionprotected JaxbEmbeddableAttributesContainerImpl
JaxbEmbeddableImpl.attributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddableAttributesContainerImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbeddableAttributesContainerImpl()
Create an instance ofJaxbEmbeddableAttributesContainerImpl
JaxbEmbeddableImpl.getAttributes()
Gets the value of the attributes property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbEmbeddableAttributesContainerImplModifier and TypeMethodDescriptionvoid
JaxbEmbeddableImpl.setAttributes
(JaxbEmbeddableAttributesContainerImpl value) Sets the value of the attributes property.