public class ParameterExpressionImpl<T> extends ExpressionImpl<T> implements javax.persistence.criteria.ParameterExpression<T>
| Constructor and Description |
|---|
ParameterExpressionImpl(Class<T> cls,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class<T> |
getParameterType() |
Integer |
getPosition() |
org.datanucleus.query.expression.ParameterExpression |
getQueryExpression()
Accessor for the underlying DataNucleus expression for this path.
|
String |
toString()
Method to return the JPQL single-string that this equates to.
|
alias, as, getAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitas, in, in, in, in, isNotNull, isNullpublic Class<T> getParameterType()
getParameterType in interface javax.persistence.Parameter<T>public Integer getPosition()
getPosition in interface javax.persistence.Parameter<T>public org.datanucleus.query.expression.ParameterExpression getQueryExpression()
getQueryExpression in class ExpressionImpl<T>public String toString()
toString in class ExpressionImpl<T>Copyright © 2012. All Rights Reserved.