Interface QueryParameterBindingTypeResolver

  • All Known Subinterfaces:
    SessionFactoryImplementor
    All Known Implementing Classes:
    SessionFactoryDelegatingImpl

    public interface QueryParameterBindingTypeResolver
    A resolver for Type based on a parameter value being bound, when no explicit type information is supplied.
    • Method Detail

      • resolveParameterBindType

        <T> BindableType<? extends T> resolveParameterBindType​(T bindValue)
      • resolveParameterBindType

        <T> BindableType<T> resolveParameterBindType​(Class<T> clazz)