DATACMNS-33 - Changed return type of Repository.count() to primitive long.
This commit is contained in:
@@ -79,7 +79,7 @@ public interface Repository<T, ID extends Serializable> {
|
||||
*
|
||||
* @return the number of entities
|
||||
*/
|
||||
Long count();
|
||||
long count();
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user