|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.nutz.service.Service
org.nutz.service.EntityService<T>
org.nutz.service.IdEntityService<T>
public abstract class IdEntityService<T>
| 构造方法摘要 | |
|---|---|
IdEntityService()
|
|
IdEntityService(Dao dao)
|
|
IdEntityService(Dao dao,
java.lang.Class<T> entityType)
|
|
| 方法摘要 | |
|---|---|
int |
delete(long id)
|
boolean |
exists(long id)
|
T |
fetch(long id)
|
int |
getMaxId()
|
| 从类 org.nutz.service.EntityService 继承的方法 |
|---|
clear, clear, count, count, deletex, each, exists, fetch, fetchx, getEntity, getEntityClass, mirror, query, setEntityType, update, updateRelation |
| 从类 org.nutz.service.Service 继承的方法 |
|---|
dao, setDao |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public IdEntityService()
public IdEntityService(Dao dao)
public IdEntityService(Dao dao,
java.lang.Class<T> entityType)
| 方法详细信息 |
|---|
public T fetch(long id)
public int delete(long id)
public int getMaxId()
public boolean exists(long id)
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||