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 List<JaxbOneToMany>JaxbAttributes. oneToManyprotected 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 List<JaxbOneToMany>AttributesContainer. getOneToMany()List<JaxbOneToMany>JaxbAttributes. getOneToMany()Gets the value of the oneToMany property.List<JaxbOneToMany>JaxbEmbeddableAttributes. getOneToMany()Gets the value of the oneToMany property.
-