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, wait
getSourceLocations
getName, getPosition
public QueryParameterImpl(Type expectedType)
public Type getHibernateType()
QueryParameter
getHibernateType
in interface QueryParameter<T>
public void setHibernateType(Type expectedType)
public Class<T> getParameterType()
Parameter
getParameterType
in interface Parameter<T>
Copyright © 2019 JBoss by Red Hat. All rights reserved.