protected static class BaseQueryImpl.ParameterBindImpl<T> extends Object implements ParameterBind<T>
| Constructor and Description | 
|---|
BaseQueryImpl.ParameterBindImpl(T value,
                               TemporalType specifiedTemporalType)  | 
| Modifier and Type | Method and Description | 
|---|---|
TemporalType | 
getSpecifiedTemporalType()
The temporal type that will be used to "interpret" Date-like values (if applicable). 
 | 
T | 
getValue()
Access the bound value 
 | 
public BaseQueryImpl.ParameterBindImpl(T value, TemporalType specifiedTemporalType)
public T getValue()
ParameterBindgetValue in interface ParameterBind<T>public TemporalType getSpecifiedTemporalType()
ParameterBindgetSpecifiedTemporalType in interface ParameterBind<T>nullCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.