| Package | Description |
|---|---|
| org.nuiton.spgeed | |
| org.nuiton.spgeed.mapper | |
| org.nuiton.spgeed.mapper.simpleflatmapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkArrayList<T>
Use to paging result.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,C extends Chunk<T>> |
SpgeedUtils.newChunk(Class<C> returnType,
Class<T> elementType,
long fetch,
long first,
long next,
long total) |
| Modifier and Type | Method and Description |
|---|---|
static Chunk |
Chunk.init(long fetch) |
static Chunk |
Chunk.restart(long fetch,
long last) |
Chunk<T> |
ChunkArrayList.setElementType(Class<T> elementType) |
Chunk<T> |
Chunk.setElementType(Class<T> elementType) |
Chunk<T> |
ChunkArrayList.setFetch(long fetch) |
Chunk<T> |
Chunk.setFetch(long fetch) |
Chunk<T> |
ChunkArrayList.setFirst(long first) |
Chunk<T> |
Chunk.setFirst(long first) |
Chunk<T> |
ChunkArrayList.setNext(long next) |
Chunk<T> |
Chunk.setNext(long next) |
Chunk<T> |
ChunkArrayList.setTotal(long total) |
Chunk<T> |
Chunk.setTotal(long total) |
| Modifier and Type | Method and Description |
|---|---|
String |
SpgeedMapper.getSql(AnnotationProvider annotationProvider,
String sql,
Optional<Chunk> chunk,
Optional<String> roleContraints) |
| Modifier and Type | Method and Description |
|---|---|
String |
JsonMapper.getSql(AnnotationProvider annotationProvider,
String sql,
Optional<Chunk> optChunk,
Optional<String> roleContraints) |
| Modifier and Type | Field and Description |
|---|---|
protected Chunk |
SimpleFlatMapper.ResultSetHandler.chunk |
| Modifier and Type | Method and Description |
|---|---|
<T,C extends Chunk<T>> |
SimpleFlatMapper.EnhanceResultSet.getChunk(Class<C> c,
Class<T> elementType) |
| Modifier and Type | Method and Description |
|---|---|
protected Chunk |
SimpleFlatMapper.ResultSetHandler.createChunk(ResultSet rs) |
Chunk |
SimpleFlatMapper.ResultSetHandler.getChunk() |
| Modifier and Type | Method and Description |
|---|---|
String |
SimpleFlatMapper.getSql(AnnotationProvider annotationProvider,
String sql,
Optional<Chunk> optChunk,
Optional<String> roleContraints) |
Copyright © 2017–2019 CodeLutin. All rights reserved.