Example usage for Java javax.persistence.criteria Expression fields, constructors, methods, implement or subclass
The text is from its open source code.
Selection | alias(String name) Assigns an alias to the selection item. |
Expression | as(Class Perform a typecast upon the expression, returning a new expression object. |
Class extends X> | getJavaType() Return the Java type of the tuple element. |
Predicate | in(Object... values) Create a predicate to test whether the expression is a member of the argument list. |
Predicate | in(Expression>... values) Create a predicate to test whether the expression is a member of the argument list. |
Predicate | in(Collection> values) Create a predicate to test whether the expression is a member of the collection. |
Predicate | in(Expression Create a predicate to test whether the expression is a member of the collection. |