com.ibatis.sqlmap.engine.accessplan

Interface AccessPlan

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
voidsetProperties(Object object, Object[] values)
Sets all of the properties of a bean

Method Detail

getProperties

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

Parameters: object - the bean

Returns: the properties

setProperties

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

Parameters: object - the bean values - the property values

Copyright © 2011. All Rights Reserved.