public abstract class QueryParameterImpl<T> extends Object implements QueryParameter<T>
| Constructor and Description |
|---|
QueryParameterImpl(Type expectedType) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getHibernateType()
Get the Hibernate Type associated with this parameter.
|
Class<T> |
getParameterType()
Return the Java type of the parameter.
|
void |
setHibernateType(Type expectedType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourceLocationsgetName, getPositionpublic QueryParameterImpl(Type expectedType)
public Type getHibernateType()
QueryParametergetHibernateType in interface QueryParameter<T>public void setHibernateType(Type expectedType)
public Class<T> getParameterType()
ParametergetParameterType in interface Parameter<T>Copyright © 2019 JBoss by Red Hat. All rights reserved.