com.ibatis.common.beans
public class ProbeFactory extends Object
| Method Summary | |
|---|---|
| static Probe | getProbe()
Factory method for getting a Probe object
|
| static Probe | 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.
|
Returns: An implementation of the Probe interface
Parameters: object The object to get a Probe for
Returns: An implementation of the Probe interface