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. embeddable
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddable Modifier and Type Method Description JaxbEmbeddable
ObjectFactory. createJaxbEmbeddable()
Create an instance ofJaxbEmbeddable
Methods 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.
-