Jakarta Persistence Criteria API
-
interface
The
CollectionJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a
Collection
.
interface
Represents a bound type, usually an entity that appears in
the from clause, but may also be an embeddable belonging to
an entity in the from clause.
interface
A join to an entity, embeddable, or basic type.
interface
The
ListJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a
List
.
interface
The
MapJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a
Map
.
interface
The PluralJoin
interface defines functionality
that is common to joins to all collection types.
interface
A root type in the from clause.
interface
The
SetJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a
Set
.
Create a path corresponding to the referenced
single-valued attribute.
Create a path corresponding to the referenced attribute.
Return the parent "node" in the path or null if no parent.
Create a path expression that corresponds to the map key.
Downcast Path object to the specified type.
Create a path expression that corresponds to the map value.
Update the value of the specified attribute.
CriteriaUpdate.set(Path<Y> attribute,
X value)
Update the value of the specified attribute.
Downcast Path object to the specified type.