com.ibatis.sqlmap.engine.accessplan
Interface AccessPlan

All Known Implementing Classes:
BaseAccessPlan, ComplexAccessPlan, EnhancedPropertyAccessPlan, MapAccessPlan, PropertyAccessPlan

public interface AccessPlan

An interface to make access to resources consistent, regardless of type.


Method Summary
 Object[] getProperties(Object object)
          Gets all of the properties of a bean
 void setProperties(Object object, Object[] values)
          Sets all of the properties of a bean
 

Method Detail

setProperties

void setProperties(Object object,
                   Object[] values)
Sets all of the properties of a bean

Parameters:
object - - the bean
values - - the property values

getProperties

Object[] getProperties(Object object)
Gets all of the properties of a bean

Parameters:
object - - the bean
Returns:
the properties


Copyright © 2010. All Rights Reserved.