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 List<ManyToOne>Attributes. manyToOneprotected List<ManyToOne>EmbeddableAttributes. manyToOneMethods in org.hibernate.jpamodelgen.xml.jaxb that return ManyToOne Modifier and Type Method Description ManyToOneObjectFactory. createManyToOne()Create an instance ofManyToOneMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type ManyToOne Modifier and Type Method Description List<ManyToOne>Attributes. getManyToOne()Gets the value of the manyToOne property.List<ManyToOne>EmbeddableAttributes. getManyToOne()Gets the value of the manyToOne property.
-