Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
-
Packages that use JaxbEmbeddable Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbEmbeddable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbEmbeddable Modifier and Type Field Description protected List<JaxbEmbeddable>
JaxbEntityMappings. embeddables
Methods in org.hibernate.boot.jaxb.mapping that return JaxbEmbeddable Modifier and Type Method Description JaxbEmbeddable
ObjectFactory. createJaxbEmbeddable()
Create an instance ofJaxbEmbeddable
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbEmbeddable Modifier and Type Method Description List<JaxbEmbeddable>
JaxbEntityMappings. getEmbeddables()
Gets the value of the embeddables property.
-