removed some magic from jpa.
This commit is contained in:
parent
30418cad13
commit
e643a69308
18 changed files with 157 additions and 206 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue