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

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

Introduction

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

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.
Expressionget(PluralAttribute collection)
Create a path corresponding to the referenced collection-valued attribute.
Expressionget(MapAttribute map)
Create a path corresponding to the referenced map-valued attribute.
Pathget(String attributeName)
Create a path corresponding to the referenced attribute.
ClassgetJavaType()
Return the Java type of the tuple element.
BindablegetModel()
Return the bindable object that corresponds to the path expression.
PathgetParentPath()
Return the parent "node" in the path or null if no parent.
Predicatein(Object... values)
Create a predicate to test whether the expression is a member of the argument list.