Java javax.persistence.criteria ListJoin fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.criteria ListJoin fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.criteria ListJoin.

The text is from its open source code.

Method

Expressionas(Class type)
Perform a typecast upon the expression, returning a new expression object.
Pathget(SingularAttribute attribute)
Create a path corresponding to the referenced single-valued attribute.
Predicatein(Object... values)
Create a predicate to test whether the expression is a member of the argument list.