protected static class BaseQueryImpl.ParameterBindImpl<T> extends Object implements ParameterBind<T>
Constructor and Description |
---|
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 ParameterBindImpl(T value, TemporalType specifiedTemporalType)
public T getValue()
ParameterBind
getValue
in interface ParameterBind<T>
public TemporalType getSpecifiedTemporalType()
ParameterBind
getSpecifiedTemporalType
in interface ParameterBind<T>
null
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.