Uses of Class
org.hibernate.processor.xml.jaxb.ManyToOne
-
Packages that use ManyToOne Package Description org.hibernate.processor.xml.jaxb -
-
Uses of ManyToOne in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb with type parameters of type ManyToOne Modifier and Type Field Description protected List<ManyToOne>
Attributes. manyToOne
protected List<ManyToOne>
EmbeddableAttributes. manyToOne
Methods in org.hibernate.processor.xml.jaxb that return ManyToOne Modifier and Type Method Description ManyToOne
ObjectFactory. createManyToOne()
Create an instance ofManyToOne
Methods in org.hibernate.processor.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.
-