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