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 java.util.List<Embedded>
Attributes. embedded
protected java.util.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 java.util.List<Embedded>
Attributes. getEmbedded()
Gets the value of the embedded property.java.util.List<Embedded>
EmbeddableAttributes. getEmbedded()
Gets the value of the embedded property.
-