Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Packages that use JaxbAttributes Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbAttributes in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbAttributes Modifier and Type Field Description protected JaxbAttributesJaxbEntity. attributesprotected JaxbAttributesJaxbMappedSuperclass. attributesMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi 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.
-