Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbAttributes
Packages that use JaxbAttributes
-
Uses of JaxbAttributes in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbAttributesModifier and TypeFieldDescriptionprotected JaxbAttributesJaxbEntity.attributesprotected JaxbAttributesJaxbMappedSuperclass.attributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbAttributesModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributes()Create an instance ofJaxbAttributesEntityOrMappedSuperclass.getAttributes()JaxbEntity.getAttributes()Gets the value of the attributes property.JaxbMappedSuperclass.getAttributes()Gets the value of the attributes property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbAttributesModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.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.