DATACMNS-33 - Changed return type of Repository.count() to primitive long.

This commit is contained in:
Oliver Gierke
2011-04-21 09:54:15 +02:00
parent b6845e7310
commit d0569e0cb4

View File

@@ -79,7 +79,7 @@ public interface Repository<T, ID extends Serializable> {
*
* @return the number of entities
*/
Long count();
long count();
/**