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 JaxbAttributesJaxbEntity. attributesprotected JaxbAttributesJaxbMappedSuperclass. attributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbAttributes Modifier and Type Method Description JaxbAttributesObjectFactory. createJaxbAttributes()Create an instance ofJaxbAttributesJaxbAttributesEntityOrMappedSuperclass. getAttributes()JaxbAttributesJaxbEntity. getAttributes()Gets the value of the attributes property.JaxbAttributesJaxbMappedSuperclass. 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 voidEntityOrMappedSuperclass. setAttributes(JaxbAttributes value)voidJaxbEntity. setAttributes(JaxbAttributes value)Sets the value of the attributes property.voidJaxbMappedSuperclass. setAttributes(JaxbAttributes value)Sets the value of the attributes property.
-