Example usage for Java javax.persistence.criteria Path 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. |
Expression | get(PluralAttribute Create a path corresponding to the referenced collection-valued attribute. |
Expression | get(MapAttribute Create a path corresponding to the referenced map-valued attribute. |
Path | get(String attributeName) Create a path corresponding to the referenced attribute. |
Class extends X> | getJavaType() Return the Java type of the tuple element. |
Bindable | getModel() Return the bindable object that corresponds to the path expression. |
Path> | getParentPath() Return the parent "node" in the path or null if no parent. |
Predicate | in(Object... values) Create a predicate to test whether the expression is a member of the argument list. |