protected abstract static class AbstractQuery.Builder<Q extends AbstractQuery,B extends AbstractQuery.Builder<Q,B>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
Q |
build() |
protected Q |
getInstance() |
protected abstract Q |
newInstance() |
B |
orderBy(String orderBy) |
B |
page(Integer page) |
B |
size(Integer size) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.