@Internal
public final class Projections
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Projections.Avg
The AVG projection.
|
static class |
Projections.Max
The MAX projection.
|
static class |
Projections.Min
The MIN projection.
|
static class |
Projections.Sum
The SUM projection.
|
Constructor and Description |
---|
Projections() |
Modifier and Type | Method and Description |
---|---|
static jakarta.persistence.criteria.Selection<?> |
find(PersistentEntityRoot<?> entityRoot,
PersistentEntityCriteriaBuilder cb,
java.lang.String value) |
@Nullable public static jakarta.persistence.criteria.Selection<?> find(@NonNull PersistentEntityRoot<?> entityRoot, @NonNull PersistentEntityCriteriaBuilder cb, java.lang.String value)