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

Packages that use Probe
Package
Description
 
  • Uses of Probe in com.ibatis.common.beans

    Classes in com.ibatis.common.beans that implement Probe
    Modifier and Type
    Class
    Description
    class 
    Abstract class used to help development of Probe implementations.
    class 
    StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
    class 
    A Probe implementation for working with DOM objects.
    class 
    StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
    Methods in com.ibatis.common.beans that return Probe
    Modifier and Type
    Method
    Description
    static Probe
    ProbeFactory.getProbe()
    Factory method for getting a Probe object.
    static Probe
    ProbeFactory.getProbe(Object object)
    Factory method for getting a Probe object that is the best choice for the type of object supplied by the object parameter.