Interface QueryParameterBindingTypeResolver

All Known Subinterfaces:
MappingMetamodelImplementor

@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

    • resolveParameterBindType

      <T> @Nullable BindableType<? super T> resolveParameterBindType(@Nullable T bindValue)
    • resolveParameterBindType

      <T> @Nullable BindableType<T> resolveParameterBindType(Class<T> clazz)
    • getTypeConfiguration

      @Deprecated(since="7.0", forRemoval=true) TypeConfiguration getTypeConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMappingMetamodel

      @Deprecated(since="7.0", forRemoval=true) MappingMetamodel getMappingMetamodel()
      Deprecated, for removal: This API element is subject to removal in a future version.