Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Packages that use Embedded Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Embedded in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Embedded Modifier and Type Field Description protected List<Embedded>
Attributes. embedded
protected List<Embedded>
EmbeddableAttributes. embedded
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Embedded Modifier and Type Method Description Embedded
ObjectFactory. createEmbedded()
Create an instance ofEmbedded
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Embedded Modifier and Type Method Description List<Embedded>
Attributes. getEmbedded()
Gets the value of the embedded property.List<Embedded>
EmbeddableAttributes. getEmbedded()
Gets the value of the embedded property.
-