Uses of Interface
org.apache.ibatis.ognl.NullHandler

Packages that use NullHandler
org.apache.ibatis.ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of NullHandler in org.apache.ibatis.ognl
 

Classes in org.apache.ibatis.ognl that implement NullHandler
 class ObjectNullHandler
          Implementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.
 

Methods in org.apache.ibatis.ognl that return NullHandler
static NullHandler OgnlRuntime.getNullHandler(java.lang.Class cls)
           
 

Methods in org.apache.ibatis.ognl with parameters of type NullHandler
static void OgnlRuntime.setNullHandler(java.lang.Class cls, NullHandler handler)
           
 



Copyright © 2010 MyBatis.org. All Rights Reserved.