Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Packages that use JaxbEmbeddable Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEmbeddable in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEmbeddable Modifier and Type Field Description protected java.util.List<JaxbEmbeddable>JaxbEntityMappings. embeddableMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddable Modifier and Type Method Description JaxbEmbeddableObjectFactory. createJaxbEmbeddable()Create an instance ofJaxbEmbeddableMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEmbeddable Modifier and Type Method Description java.util.List<JaxbEmbeddable>JaxbEntityMappings. getEmbeddable()Gets the value of the embeddable property.
-