T
- The root typepublic interface PersistentEntityRoot<T> extends jakarta.persistence.criteria.Root<T>, PersistentEntityFrom<T,T>
Root
.Modifier and Type | Method and Description |
---|---|
default <Y> jakarta.persistence.criteria.Expression<Y> |
id()
Returns the entity ID expression.
|
default <Y> PersistentPropertyPath<Y> |
version()
Returns the entity version expression.
|
join, join, join
getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet
fetch, fetch, fetch, fetch, fetch, fetch, getFetches
get, getPersistentEntity
get, get, get, getParentPath, type
as, in, in, in, in, isBoolean, isNotNull, isNull, isNumeric
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
@NonNull default <Y> jakarta.persistence.criteria.Expression<Y> id()
Y
- The id type@NonNull default <Y> PersistentPropertyPath<Y> version()
Y
- The version type