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, joingetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetfetch, fetch, fetch, fetch, fetch, fetch, getFetchesget, getPersistentEntityget, get, get, getParentPath, typeas, in, in, in, in, isBoolean, isNotNull, isNull, isNumericalias, 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