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 JaxbEmbeddableAttributesContainerImplJaxbEmbeddableImpl.attributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddableAttributesContainerImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbeddableAttributesContainerImpl()Create an instance ofJaxbEmbeddableAttributesContainerImplJaxbEmbeddableImpl.getAttributes()Gets the value of the attributes property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbEmbeddableAttributesContainerImplModifier and TypeMethodDescriptionvoidJaxbEmbeddableImpl.setAttributes(JaxbEmbeddableAttributesContainerImpl value) Sets the value of the attributes property.