| Package | Description |
|---|---|
| net.ideahut.springboot.audit | |
| net.ideahut.springboot.crud | |
| net.ideahut.springboot.entity | |
| net.ideahut.springboot.object |
| Modifier and Type | Method and Description |
|---|---|
Page<com.fasterxml.jackson.databind.JsonNode> |
AuditHandler.getAuditList(AuditRequest auditRequest) |
Page<com.fasterxml.jackson.databind.JsonNode> |
DatabaseMultiAuditHandler.getAuditList(AuditRequest auditRequest) |
Page<com.fasterxml.jackson.databind.JsonNode> |
DatabaseSingleAuditHandler.getAuditList(AuditRequest auditRequest) |
| Modifier and Type | Method and Description |
|---|---|
static AuditRequest |
AuditRequest.of(Class<?> type,
Page<?> page) |
| Modifier and Type | Method and Description |
|---|---|
Page |
CrudRequest.getPage() |
| Modifier and Type | Method and Description |
|---|---|
CrudRequest |
CrudRequest.setPage(Page<?> page) |
| Constructor and Description |
|---|
CrudRequest(Class type,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
EntityQuery.execute() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
EntityNativeSql.count(org.hibernate.Session session,
Page<?> result,
String fromQl,
List<Object> parameters) |
static List<Object[]> |
EntityNativeSql.query(org.hibernate.query.QueryProducer session,
String sql,
Page<?> page,
List<Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Page<T> |
Page.empty() |
static <T> Page<T> |
Page.of(Integer index) |
static <T> Page<T> |
Page.of(Integer index,
Integer size) |
static <T> Page<T> |
Page.of(Integer index,
Integer size,
Boolean count) |
Page<T> |
Page.setCount(Boolean count) |
Page<T> |
Page.setData(List<T> data) |
Page<T> |
Page.setIndex(Integer index) |
Page<T> |
Page.setInfo(Map<String,Object> info) |
Page<T> |
Page.setInfo(String key,
Object value) |
Page<T> |
Page.setRecords(Long records) |
Page<T> |
Page.setSize(Integer size) |
Page<T> |
Page.setTotal(Integer total) |
Copyright © 2023. All rights reserved.