Example usage for Java javax.persistence.criteria ListJoin fields, constructors, methods, implement or subclass
The text is from its open source code.
Expression | as(Class Perform a typecast upon the expression, returning a new expression object. |
Path | get(SingularAttribute super X, Y> attribute) Create a path corresponding to the referenced single-valued attribute. |
Predicate | in(Object... values) Create a predicate to test whether the expression is a member of the argument list. |