Uses of Class
org.hibernate.type.ManyToOneType
Packages that use ManyToOneType
Package
Description
This package defines the Hibernate configuration-time mapping model.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of ManyToOneType in org.hibernate.mapping
Methods in org.hibernate.mapping that return ManyToOneTypeModifier and TypeMethodDescriptionstatic ManyToOneType
MappingHelper.manyToOne
(String referencedEntityName, boolean referenceToPrimaryKey, String referencedPropertyName, String propertyName, boolean isLogicalOneToOne, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, MetadataBuildingContext buildingContext) -
Uses of ManyToOneType in org.hibernate.type
Constructors in org.hibernate.type with parameters of type ManyToOneType