public static class Expressions.Substring extends Expressions.UnaryFunctionalExpression<String>
e| Constructor and Description |
|---|
Expressions.Substring(javax.persistence.criteria.Expression<String> s) |
Expressions.Substring(javax.persistence.criteria.Expression<String> s,
javax.persistence.criteria.Expression<Integer> from) |
Expressions.Substring(javax.persistence.criteria.Expression<String> s,
javax.persistence.criteria.Expression<Integer> from,
javax.persistence.criteria.Expression<Integer> len) |
Expressions.Substring(javax.persistence.criteria.Expression<String> s,
Integer from) |
Expressions.Substring(javax.persistence.criteria.Expression<String> s,
Integer from,
Integer len) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(CriteriaExpressionVisitor visitor)
Accept visit from the given visitor.
|
StringBuilder |
asValue(AliasContext q)
Get a string representation of this node as a value in the context of the given query.
|
Value |
toValue(ExpressionFactory factory,
CriteriaQueryImpl<?> q)
Bridge contract to convert this facade expression to a kernel value.
|
as, in, in, in, in, isNotNull, isNull, toKernelExpressionalias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Expressions.Substring(javax.persistence.criteria.Expression<String> s, javax.persistence.criteria.Expression<Integer> from, javax.persistence.criteria.Expression<Integer> len)
public Expressions.Substring(javax.persistence.criteria.Expression<String> s, javax.persistence.criteria.Expression<Integer> from)
public Expressions.Substring(javax.persistence.criteria.Expression<String> s)
public Expressions.Substring(javax.persistence.criteria.Expression<String> s, Integer from)
public Value toValue(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpltoValue in class ExpressionImpl<String>factory - creates the kernel expressionq - the query definition context of this expressionpublic void acceptVisit(CriteriaExpressionVisitor visitor)
CriteriaExpressionacceptVisit in interface CriteriaExpressionacceptVisit in class Expressions.UnaryFunctionalExpression<String>visitor - a processor to walk the nodes of a tree.public StringBuilder asValue(AliasContext q)
CriteriaExpressionasValue in interface CriteriaExpressionasValue in class SelectionImpl<String>Copyright © 2006–2013 Apache Software Foundation. All rights reserved.