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

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

Introduction

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

The text is from its open source code.

Method

Selectionalias(String name)
Assigns an alias to the selection item.
Expressionas(Class type)
Perform a typecast upon the expression, returning a new expression object.
ClassgetJavaType()
Return the Java type of the tuple element.
Predicatein(Object... values)
Create a predicate to test whether the expression is a member of the argument list.
Predicatein(Expression... values)
Create a predicate to test whether the expression is a member of the argument list.
Predicatein(Collection values)
Create a predicate to test whether the expression is a member of the collection.
Predicatein(Expression> values)
Create a predicate to test whether the expression is a member of the collection.