public class EntityByIdComparator<T extends Entity<K>,K> extends AbstractComparator<K>
Constructor and Description |
---|
EntityByIdComparator(MetaPropertyPath propertyPath,
CollectionDatasource<T,K> datasource,
boolean asc) |
Modifier and Type | Method and Description |
---|---|
int |
compare(K key1,
K key2) |
public EntityByIdComparator(MetaPropertyPath propertyPath, CollectionDatasource<T,K> datasource, boolean asc)