Interface QueryParameterBindingTypeResolver

All Known Subinterfaces:
MappingMetamodelImplementor, SessionFactoryImplementor
All Known Implementing Classes:
MappingMetamodelImpl, MockSessionFactory, ProcessorSessionFactory, QueryParameterBindingTypeResolverImpl, SessionFactoryDelegatingImpl, SessionFactoryImpl

@Incubating public interface QueryParameterBindingTypeResolver
A resolver for BindableType based on a parameter value being bound, when no explicit type information is supplied.
API Note:
This interface was originally a supertype of SessionFactoryImplementor, but this is now a deprecated relationship. Its functionality should now be accessed via its new subtype MappingMetamodelImplementor.
  • Method Details