Uses of Class
org.hibernate.mapping.ManyToOne
-
Packages that use ManyToOne Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of ManyToOne in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type ManyToOne Constructor Description ImplicitToOneJoinTableSecondPass(PropertyHolder propertyHolder, PropertyData inferredData, MetadataBuildingContext context, AnnotatedJoinColumns joinColumns, JoinTable joinTable, NotFoundAction notFoundAction, ManyToOne value)
-
Uses of ManyToOne in org.hibernate.mapping
Methods in org.hibernate.mapping that return ManyToOne Modifier and Type Method Description ManyToOne
ManyToOne. copy()
Methods in org.hibernate.mapping with parameters of type ManyToOne Modifier and Type Method Description Object
ValueVisitor. accept(ManyToOne mto)
-