| Package | Description |
|---|---|
| com.hadoopz.MyDroidLib.orm.core | |
| com.hadoopz.MyDroidLib.orm.core.session | |
| com.hadoopz.MyDroidLib.orm.dao |
| Modifier and Type | Method | Description |
|---|---|---|
ResultHelp<Object> |
SimpleOrmObjectLoader.getScrollData(AnnotationStructureStrategy annotationStructureStrategy,
SqliteTemplate sqliteTemplate,
Class clz,
long firstindex,
int maxresult,
String[] fields,
String wherejpql,
String[] queryParams,
int[] queryParamsTypes,
Map<String,String> orderby) |
|
ResultHelp<Object> |
SqliteOrmObjectLoader.getScrollData(AnnotationStructureStrategy annotationStructureStrategy,
SqliteTemplate sqliteTemplate,
Class clz,
long firstindex,
int maxresult,
String[] fields,
String wherejpql,
String[] queryParams,
int[] queryParamsTypes,
Map<String,String> orderby) |
| Modifier and Type | Method | Description |
|---|---|---|
ResultHelp<Object> |
DefaultSession.find(Class clz,
MyQueryCondition condition) |
|
ResultHelp<Object> |
SerenaSession.find(Class clz,
MyQueryCondition condition) |
| Modifier and Type | Method | Description |
|---|---|---|
ResultHelp<T> |
DAO.getScrollData() |
|
ResultHelp<T> |
DAO.getScrollData(long firstindex,
int maxresult) |
|
ResultHelp<T> |
DAO.getScrollData(long firstindex,
int maxresult,
String[] fields,
String wherejpql,
Object[] queryParams,
int[] queryParamsTypes,
Map<String,String> orderby) |
|
ResultHelp<T> |
DAO.getScrollData(long firstindex,
int maxresult,
String wherejpql,
Object[] queryParams) |
|
ResultHelp<T> |
DAO.getScrollData(long firstindex,
int maxresult,
LinkedHashMap<String,String> orderby) |
|
ResultHelp<T> |
DAO.getScrollData(MyQueryCondition condition) |
Copyright © 2025. All rights reserved.