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