public interface MetaModelSortDsl<T,C,S> extends SortDsl<T,C>
Modifier and Type | Method and Description |
---|---|
C |
plusSort(Function<S,SortExpression<T>> m)
Creates a new object with the properties of the old object but adds a new sort expression to it by using meta models.
|
C |
withSort(Function<S,SortExpression<T>> m)
Creates a new object with the properties of the old object but replaces all sort expressions with a single sort expression to it by using meta models.
|
plusSort, plusSort, withSort, withSort
sort
C withSort(Function<S,SortExpression<T>> m)
m
- function to use the meta model for sort to create a sort expressionC plusSort(Function<S,SortExpression<T>> m)
m
- function to use the meta model for sort to create a sort expression