Class QueryParameterBindingTypeResolverImpl

java.lang.Object
org.hibernate.internal.QueryParameterBindingTypeResolverImpl
All Implemented Interfaces:
QueryParameterBindingTypeResolver
Direct Known Subclasses:
MappingMetamodelImpl, SessionFactoryImpl

public abstract class QueryParameterBindingTypeResolverImpl extends Object implements QueryParameterBindingTypeResolver
Since:
6.2
Implementation Note:
This code was originally in SessionFactoryImpl, but has been factored out so that it can be shared by MappingMetamodelImpl, which is where it really belongs, IMO. Eventually, we can kill off the subtyping relationship between SessionFactoryImpl and QueryParameterBindingTypeResolver, and then get rid of this class.