Package | Description |
---|---|
org.nutz.dao.entity |
抽象的Pojo配置信息描述
|
org.nutz.dao.impl.entity |
Pojo配置信息实现
|
org.nutz.dao.interceptor.impl |
Modifier and Type | Method and Description |
---|---|
PojoInterceptor |
Entity.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
Entity.setInterceptor(PojoInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
PojoInterceptor |
NutEntity.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
NutEntity.setInterceptor(PojoInterceptor interceptor) |
Modifier and Type | Class and Description |
---|---|
class |
BasicPojoInterceptor |
class |
DefaultPojoInterceptor |
class |
SimpleElPojoInterceptor |
Modifier and Type | Field and Description |
---|---|
protected List<PojoInterceptor> |
DefaultPojoInterceptor.list |
Modifier and Type | Method and Description |
---|---|
List<PojoInterceptor> |
DefaultPojoInterceptor.getList() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPojoInterceptor.setList(List<PojoInterceptor> list) |
Copyright © 2019. All rights reserved.