Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Packages that use JaxbEmbedded Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEmbedded in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEmbedded Modifier and Type Field Description protected java.util.List<JaxbEmbedded>JaxbAttributes. embeddedprotected java.util.List<JaxbEmbedded>JaxbEmbeddableAttributes. embeddedMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbedded Modifier and Type Method Description JaxbEmbeddedObjectFactory. createJaxbEmbedded()Create an instance ofJaxbEmbeddedMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEmbedded Modifier and Type Method Description java.util.List<JaxbEmbedded>AttributesContainer. getEmbedded()java.util.List<JaxbEmbedded>JaxbAttributes. getEmbedded()Gets the value of the embedded property.java.util.List<JaxbEmbedded>JaxbEmbeddableAttributes. getEmbedded()Gets the value of the embedded property.
-