public abstract class QueryParameterImpl<T> extends java.lang.Object implements QueryParameter<T>
Constructor and Description |
---|
QueryParameterImpl(Type expectedType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getParameterType() |
Type |
getType()
Get the Hibernate Type associated with this parameter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isJpaPositionalParameter
public QueryParameterImpl(Type expectedType)
public Type getType()
QueryParameter
getType
in interface QueryParameter<T>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.