Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Packages that use JaxbOneToMany Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbOneToMany in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbOneToMany Modifier and Type Field Description protected java.util.List<JaxbOneToMany>JaxbAttributes. oneToManyprotected java.util.List<JaxbOneToMany>JaxbEmbeddableAttributes. oneToManyMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToMany Modifier and Type Method Description JaxbOneToManyObjectFactory. createJaxbOneToMany()Create an instance ofJaxbOneToManyMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbOneToMany Modifier and Type Method Description java.util.List<JaxbOneToMany>AttributesContainer. getOneToMany()java.util.List<JaxbOneToMany>JaxbAttributes. getOneToMany()Gets the value of the oneToMany property.java.util.List<JaxbOneToMany>JaxbEmbeddableAttributes. getOneToMany()Gets the value of the oneToMany property.
-