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 JaxbEmbeddableAttributes
JaxbEmbeddable. attributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddableAttributes Modifier and Type Method Description JaxbEmbeddableAttributes
ObjectFactory. createJaxbEmbeddableAttributes()
Create an instance ofJaxbEmbeddableAttributes
JaxbEmbeddableAttributes
JaxbEmbeddable. 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 void
JaxbEmbeddable. setAttributes(JaxbEmbeddableAttributes value)
Sets the value of the attributes property.
-