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 List<Embeddable>
EntityMappings. embeddable
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Embeddable Modifier and Type Method Description Embeddable
ObjectFactory. createEmbeddable()
Create an instance ofEmbeddable
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Embeddable Modifier and Type Method Description List<Embeddable>
EntityMappings. getEmbeddable()
Gets the value of the embeddable property.
-