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

字段摘要
 
从类 com.agapple.mapping.core.introspect.AbstractBatchExecutor 继承的字段
objectClass
 
构造方法摘要
PropertyBatchExecutor(Introspector is, Class<?> clazz, String[] fields, Class[] args)
           
 
方法摘要
protected  net.sf.cglib.beans.BulkBean buildGetBulkBean(Introspector is, Class<?> clazz, String[] fields, Class[] args)
           
 Object[] gets(Object obj)
           
 boolean isAlive()
          判断当前executor是否可用
 void sets(Object obj, Object[] values)
           
 
从类 com.agapple.mapping.core.introspect.AbstractBatchExecutor 继承的方法
getObjectClass
 
从类 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.