T - The path typepublic interface PersistentEntityPath<T> extends jakarta.persistence.criteria.Path<T>, IExpression<T>
Path.| Modifier and Type | Method and Description |
|---|---|
<Y> PersistentPropertyPath<Y> |
get(java.lang.String attributeName)
Get persistent property path.
|
PersistentEntity |
getPersistentEntity() |
get, get, get, getModel, getParentPath, typeas, in, in, in, in, isBoolean, isNotNull, isNull, isNumericalias, getAlias, getCompoundSelectionItems, isCompoundSelection@NonNull PersistentEntity getPersistentEntity()
@NonNull <Y> PersistentPropertyPath<Y> get(@NonNull java.lang.String attributeName)
get in interface jakarta.persistence.criteria.Path<T>Y - The property typeattributeName - The property name