primaryPath
@Nullable
public @Nullable com.querydsl.core.types.Path<?> primaryPath(Q root,
ItemDefinition<?> unused)
Description copied from interface:
ItemSqlMapper
Returns primary path for provided entity path - usable for ordering.
- Specified by:
primaryPath
in interfaceItemSqlMapper<S,
Q extends FlexibleRelationalPathBase<R>>