Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbAttributes
-
Packages that use JaxbAttributes Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbAttributes in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbAttributes Modifier and Type Field Description protected JaxbAttributes
JaxbEntity. attributes
protected JaxbAttributes
JaxbMappedSuperclass. attributes
Methods in org.hibernate.boot.jaxb.mapping that return JaxbAttributes Modifier and Type Method Description JaxbAttributes
ObjectFactory. createJaxbAttributes()
Create an instance ofJaxbAttributes
JaxbAttributes
EntityOrMappedSuperclass. getAttributes()
JaxbAttributes
JaxbEntity. getAttributes()
Gets the value of the attributes property.JaxbAttributes
JaxbMappedSuperclass. getAttributes()
Gets the value of the attributes property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbAttributes Modifier and Type Method Description void
EntityOrMappedSuperclass. setAttributes(JaxbAttributes value)
void
JaxbEntity. setAttributes(JaxbAttributes value)
Sets the value of the attributes property.void
JaxbMappedSuperclass. setAttributes(JaxbAttributes value)
Sets the value of the attributes property.
-