|
@@ -94,7 +94,7 @@ public abstract class EsAbstractBehavior<ENTITY extends Entity, CB extends Condi
|
|
final int from;
|
|
final int from;
|
|
final int size;
|
|
final int size;
|
|
if (cb.isFetchScopeEffective()) {
|
|
if (cb.isFetchScopeEffective()) {
|
|
- from = cb.getFetchStartIndex();
|
|
|
|
|
|
+ from = cb.getPageStartIndex();
|
|
size = cb.getFetchSize();
|
|
size = cb.getFetchSize();
|
|
} else {
|
|
} else {
|
|
from = 0;
|
|
from = 0;
|