Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Packages that use ManyToOne Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of ManyToOne in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type ManyToOne Modifier and Type Field Description protected java.util.List<ManyToOne>
Attributes. manyToOne
protected java.util.List<ManyToOne>
EmbeddableAttributes. manyToOne
Methods in org.hibernate.jpamodelgen.xml.jaxb that return ManyToOne Modifier and Type Method Description ManyToOne
ObjectFactory. createManyToOne()
Create an instance ofManyToOne
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type ManyToOne Modifier and Type Method Description java.util.List<ManyToOne>
Attributes. getManyToOne()
Gets the value of the manyToOne property.java.util.List<ManyToOne>
EmbeddableAttributes. getManyToOne()
Gets the value of the manyToOne property.
-