| |
|
| java.lang.Object com.ibatis.common.beans.ProbeFactory
ProbeFactory | public class ProbeFactory (Code) | | An abstract factory for getting Probe implementations.
|
Method Summary | |
public static Probe | getProbe() | public 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. |
getProbe | public static Probe getProbe()(Code) | | Factory method for getting a Probe object
An implementation of the Probe interface |
getProbe | public static Probe getProbe(Object object)(Code) | | Factory method for getting a Probe object that is
the best choice for the type of object supplied
by the object parameter.
Parameters: object - The object to get a Probe for An implementation of the Probe interface |
|
|
|