Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Packages that use OneToMany Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of OneToMany in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type OneToMany Modifier and Type Field Description protected java.util.List<OneToMany>Attributes. oneToManyprotected java.util.List<OneToMany>EmbeddableAttributes. oneToManyMethods in org.hibernate.jpamodelgen.xml.jaxb that return OneToMany Modifier and Type Method Description OneToManyObjectFactory. createOneToMany()Create an instance ofOneToManyMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type OneToMany Modifier and Type Method Description java.util.List<OneToMany>Attributes. getOneToMany()Gets the value of the oneToMany property.java.util.List<OneToMany>EmbeddableAttributes. getOneToMany()Gets the value of the oneToMany property.
-