java.lang.Object
org.eclipse.persistence.expressions.ExpressionString
Purpose: This class contains String operators.
Example:
ExpressionBuilder builder = new ExpressionBuilder();
Expression stringResult = ExpressionString.concatPipes("abcd", "xyz");
session.readAllObjects(Company.class, stringResult);
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionconcatPipes(Expression right, Object left) PUBLIC: Return a new expression that applies the function to the given expression.
-
Method Details
-
concatPipes
PUBLIC: Return a new expression that applies the function to the given expression.
-