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