接口 ParameterBind<T>

  • 类型参数:
    T -

    public interface ParameterBind<T>
    Represents the value currently bound to a particular (bindable) parameter.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getValue

        T getValue()
        Access the bound value
        返回:
        The bound value
      • getSpecifiedTemporalType

        javax.persistence.TemporalType getSpecifiedTemporalType()
        The temporal type that will be used to "interpret" Date-like values (if applicable).
        返回:
        The temporal type, or null