Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Packages that use JaxbEmbeddableAttributes Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEmbeddableAttributes in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbEmbeddableAttributes Modifier and Type Field Description protected JaxbEmbeddableAttributesJaxbEmbeddable. attributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddableAttributes Modifier and Type Method Description JaxbEmbeddableAttributesObjectFactory. createJaxbEmbeddableAttributes()Create an instance ofJaxbEmbeddableAttributesJaxbEmbeddableAttributesJaxbEmbeddable. getAttributes()Gets the value of the attributes property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbEmbeddableAttributes Modifier and Type Method Description voidJaxbEmbeddable. setAttributes(JaxbEmbeddableAttributes value)Sets the value of the attributes property.
-