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. embeddablesMethods in org.hibernate.boot.jaxb.mapping that return JaxbEmbeddable Modifier and Type Method Description JaxbEmbeddableObjectFactory. createJaxbEmbeddable()Create an instance ofJaxbEmbeddableMethods 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.
-