Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Packages that use Attributes Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Attributes in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as Attributes Modifier and Type Field Description protected Attributes
Entity. attributes
protected Attributes
MappedSuperclass. attributes
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Attributes Modifier and Type Method Description Attributes
ObjectFactory. createAttributes()
Create an instance ofAttributes
Attributes
Entity. getAttributes()
Gets the value of the attributes property.Attributes
MappedSuperclass. getAttributes()
Gets the value of the attributes property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type Attributes Modifier and Type Method Description void
Entity. setAttributes(Attributes value)
Sets the value of the attributes property.void
MappedSuperclass. setAttributes(Attributes value)
Sets the value of the attributes property.
-