Package org.hibernate.query.spi
Interface QueryParameterBindingTypeResolver
- All Known Subinterfaces:
MappingMetamodelImplementor
,SessionFactoryImplementor
- All Known Implementing Classes:
MappingMetamodelImpl
,MockSessionFactory
,ProcessorSessionFactory
,QueryParameterBindingTypeResolverImpl
,SessionFactoryDelegatingImpl
,SessionFactoryImpl
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 subtypeMappingMetamodelImplementor
.
-
Method Summary
Modifier and TypeMethodDescription<T> BindableType<T>
resolveParameterBindType
(Class<T> clazz) <T> BindableType<? super T>
resolveParameterBindType
(T bindValue)
-
Method Details
-
resolveParameterBindType
-
resolveParameterBindType
-
getTypeConfiguration
TypeConfiguration getTypeConfiguration() -
getMappingMetamodel
MappingMetamodel getMappingMetamodel()
-