2
0
Fork 0

removed some magic from jpa.

This commit is contained in:
Willem Cazander 2014-08-25 22:27:59 +02:00
parent 30418cad13
commit e643a69308
18 changed files with 157 additions and 206 deletions

View file

@ -90,7 +90,6 @@ public interface VascBackend<DATA_OBJECT extends Serializable> {
long doRecordMoveUpById(VascBackendState state,Object primaryId) throws VascBackendException;
long doRecordMoveDownById(VascBackendState state,Object primaryId) throws VascBackendException;
boolean hasPageSummary();
boolean hasTotalSummary();