All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
_fireEvent(String event,
Object obj,
Entity<?> entity) |
EntityOperator |
add(Pojo pojo) |
Pojo |
addDeleteSelfOnly() |
Pojo |
addDeleteSelfOnly(long id) |
Pojo |
addDeleteSelfOnly(String name) |
List<Pojo> |
addInsert() |
List<Pojo> |
addInsert(Entity<?> en,
Object obj) |
Pojo |
addInsertSelfOnly() |
Pojo |
addInsertSelfOnly(Entity<?> en,
Object obj) |
Pojo |
addUpdate() |
Pojo |
addUpdate(Chain chain,
Condition cnd) |
Pojo |
addUpdate(Condition cnd) |
Pojo |
addUpdate(Entity<?> en,
Object obj) |
Pojo |
addUpdateAndIncrIfMatch(Entity<?> en,
Object obj,
String fieldName) |
Pojo |
addUpdateByPkAndCnd(Condition cnd) |
Pojo |
addUpdateByPkAndCnd(Entity<?> en,
Object obj,
Condition cnd) |
List<Pojo> |
addUpdateForIgnoreNull(Entity<?> en,
Object obj,
FieldMatcher fm) |
EntityOperator |
exec()
批量执行准备好的 Dao 语句
|
Entity<?> |
getEntity(Class<?> type) |
Entity<?> |
getEntityBy(Object obj) |
int |
getPojoListSize() |
int |
getUpdateCount() |
Entity<?> |
makeEntity(String tableName,
Map<String,Object> map) |
PojoMaker |
maker() |