public class EntityByIdComparator<T extends Entity<K>,K> extends AbstractComparator<K>
asc, metadata, nullsLast
Constructor and Description |
---|
EntityByIdComparator(com.haulmont.chile.core.model.MetaPropertyPath propertyPath,
CollectionDatasource<T,K> datasource,
boolean asc) |
Modifier and Type | Method and Description |
---|---|
int |
compare(K key1,
K key2) |
__compare, compareAsc
public EntityByIdComparator(com.haulmont.chile.core.model.MetaPropertyPath propertyPath, CollectionDatasource<T,K> datasource, boolean asc)