T - public interface DAO<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
delete(long... entityids) |
|
void |
deleteList(long[] ids) |
|
T |
find(long entityId) |
|
T[] |
findByIds(T clz,
long[] theId) |
|
long[] |
findIDs(T clz,
MyQueryCondition condition) |
|
long |
getCount() |
|
ResultHelp<T> |
getScrollData() |
|
ResultHelp<T> |
getScrollData(long firstindex,
int maxresult) |
|
ResultHelp<T> |
getScrollData(long firstindex,
int maxresult,
String[] fields,
String wherejpql,
Object[] queryParams,
int[] queryParamsTypes,
Map<String,String> orderby) |
|
ResultHelp<T> |
getScrollData(long firstindex,
int maxresult,
String wherejpql,
Object[] queryParams) |
|
ResultHelp<T> |
getScrollData(long firstindex,
int maxresult,
LinkedHashMap<String,String> orderby) |
|
ResultHelp<T> |
getScrollData(MyQueryCondition condition) |
|
long |
save(T entity) |
|
long[] |
saveList(List<T> entity) |
|
long |
update(T entity) |
|
long[] |
updateList(List<T> entity) |
long getCount()
long save(T entity)
long update(T entity)
void delete(long... entityids)
void deleteList(long[] ids)
T find(long entityId)
long[] findIDs(T clz, MyQueryCondition condition)
ResultHelp<T> getScrollData(long firstindex, int maxresult, String[] fields, String wherejpql, Object[] queryParams, int[] queryParamsTypes, Map<String,String> orderby)
ResultHelp<T> getScrollData(long firstindex, int maxresult, String wherejpql, Object[] queryParams)
ResultHelp<T> getScrollData(long firstindex, int maxresult, LinkedHashMap<String,String> orderby)
ResultHelp<T> getScrollData(long firstindex, int maxresult)
ResultHelp<T> getScrollData(MyQueryCondition condition)
ResultHelp<T> getScrollData()
Copyright © 2025. All rights reserved.