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 List<JaxbEmbedded>JaxbAttributes. embeddedprotected 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 List<JaxbEmbedded>AttributesContainer. getEmbedded()List<JaxbEmbedded>JaxbAttributes. getEmbedded()Gets the value of the embedded property.List<JaxbEmbedded>JaxbEmbeddableAttributes. getEmbedded()Gets the value of the embedded property.
-