Uses of Interface
com.ibatis.common.beans.Probe

Packages that use Probe
com.ibatis.common.beans   
 

Uses of Probe in com.ibatis.common.beans
 

Classes in com.ibatis.common.beans that implement Probe
 class BaseProbe
          Abstract class used to help development of Probe implementations
 class ComplexBeanProbe
          StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
 class DomProbe
          A Probe implementation for working with DOM objects
 class GenericProbe
          StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
 

Methods in com.ibatis.common.beans that return Probe
static Probe ProbeFactory.getProbe()
          Factory method for getting a Probe object
static Probe ProbeFactory.getProbe(java.lang.Object object)
          Factory method for getting a Probe object that is the best choice for the type of object supplied by the object parameter.