接口 ParameterBind<T>

    • 方法详细资料

      • getValue

        T getValue()
        Retrieves the bound value.
        返回:
        The bound value.
      • getExplicitTemporalType

        javax.persistence.TemporalType getExplicitTemporalType()
        If <T> represents a DATE/TIME type value, JPA usually allows specifying the particular parts of the DATE/TIME value to be bound. This value represents the particular part the user requested to be bound.
        返回:
        The explicitly supplied TemporalType.