接口 ParameterBind<T>
-
- 类型参数:
T-
public interface ParameterBind<T>Represents the value currently bound to a particular (bindable) parameter.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 javax.persistence.TemporalTypegetSpecifiedTemporalType()The temporal type that will be used to "interpret" Date-like values (if applicable).TgetValue()Access the bound value
-
-
-
方法详细资料
-
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
-
-