com.agapple.mapping.core.introspect
类 PropertyBatchExecutor
java.lang.Object
com.agapple.mapping.core.introspect.AbstractBatchExecutor
com.agapple.mapping.core.introspect.PropertyBatchExecutor
- 所有已实现的接口:
- BatchExecutor
public class PropertyBatchExecutor
- extends AbstractBatchExecutor
基于Property属性的batch处理:支持get/set的批量处理
- 作者:
- jianghang 2011-5-31 下午09:00:24
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyBatchExecutor
public PropertyBatchExecutor(Introspector is,
Class<?> clazz,
String[] fields,
Class[] args)
gets
public Object[] gets(Object obj)
throws BeanMappingException
- 抛出:
BeanMappingException
sets
public void sets(Object obj,
Object[] values)
throws BeanMappingException
- 抛出:
BeanMappingException
isAlive
public final boolean isAlive()
- 判断当前executor是否可用
- 指定者:
- 类
AbstractBatchExecutor 中的 isAlive
- 返回:
buildGetBulkBean
protected net.sf.cglib.beans.BulkBean buildGetBulkBean(Introspector is,
Class<?> clazz,
String[] fields,
Class[] args)
Copyright © 2012. All Rights Reserved.