|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Probe in com.ibatis.common.beans |
Classes in com.ibatis.common.beans that implement Probe | |
class |
BaseProbe
|
class |
ComplexBeanProbe
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties. |
class |
DomProbe
|
class |
GenericProbe
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties. |
class |
JavaBeanProbe
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties. |
class |
MapProbe
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties. |
Fields in com.ibatis.common.beans declared as Probe | |
private static Probe |
ProbeFactory.DOM
|
private static Probe |
ProbeFactory.MAP
|
private static Probe |
ProbeFactory.BEAN
|
private static Probe |
ProbeFactory.GENERIC
|
private static Probe |
ProbeFactory.LEGACY
|
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. |
Uses of Probe in com.ibatis.common.jdbc |
Fields in com.ibatis.common.jdbc declared as Probe | |
private static Probe |
DbcpConfiguration.PROBE
|
Uses of Probe in com.ibatis.sqlmap.engine.accessplan |
Fields in com.ibatis.sqlmap.engine.accessplan declared as Probe | |
private static Probe |
ComplexAccessPlan.PROBE
|
Uses of Probe in com.ibatis.sqlmap.engine.builder.xml |
Fields in com.ibatis.sqlmap.engine.builder.xml declared as Probe | |
private static Probe |
XmlSqlMapClientBuilder.PROBE
|
Uses of Probe in com.ibatis.sqlmap.engine.exchange |
Fields in com.ibatis.sqlmap.engine.exchange declared as Probe | |
private static Probe |
ComplexDataExchange.PROBE
|
Uses of Probe in com.ibatis.sqlmap.engine.impl |
Fields in com.ibatis.sqlmap.engine.impl declared as Probe | |
private static Probe |
SqlMapExecutorDelegate.PROBE
|
Uses of Probe in com.ibatis.sqlmap.engine.mapping.result |
Fields in com.ibatis.sqlmap.engine.mapping.result declared as Probe | |
private static Probe |
BasicResultMap.PROBE
|
Uses of Probe in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements |
Fields in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements declared as Probe | |
private static Probe |
IsNullTagHandler.PROBE
|
private static Probe |
ConditionalTagHandler.PROBE
|
private static Probe |
IsEmptyTagHandler.PROBE
|
private static Probe |
IterateTagHandler.PROBE
|
private static Probe |
IsPropertyAvailableTagHandler.PROBE
|
Uses of Probe in com.ibatis.sqlmap.engine.mapping.sql.simple |
Fields in com.ibatis.sqlmap.engine.mapping.sql.simple declared as Probe | |
private static Probe |
SimpleDynamicSql.PROBE
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |