Interface ParameterBind<T>

    • Method Detail

      • getValue

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

        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.
        Returns:
        The explicitly supplied TemporalType.