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. oneToMany
protected java.util.List<JaxbOneToMany>
JaxbEmbeddableAttributes. oneToMany
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToMany Modifier and Type Method Description JaxbOneToMany
ObjectFactory. createJaxbOneToMany()
Create an instance ofJaxbOneToMany
Methods 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.
-