Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Packages that use Embeddable Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Embeddable in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Embeddable Modifier and Type Field Description protected java.util.List<Embeddable>EntityMappings. embeddableMethods in org.hibernate.jpamodelgen.xml.jaxb that return Embeddable Modifier and Type Method Description EmbeddableObjectFactory. createEmbeddable()Create an instance ofEmbeddableMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Embeddable Modifier and Type Method Description java.util.List<Embeddable>EntityMappings. getEmbeddable()Gets the value of the embeddable property.
-