Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
-
Packages that use JaxbEmbeddableAttributes Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbEmbeddableAttributes in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbEmbeddableAttributes Modifier and Type Field Description protected JaxbEmbeddableAttributes
JaxbEmbeddable. attributes
Methods in org.hibernate.boot.jaxb.mapping 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 with parameters of type JaxbEmbeddableAttributes Modifier and Type Method Description void
JaxbEmbeddable. setAttributes(JaxbEmbeddableAttributes value)
Sets the value of the attributes property.
-