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

Packages that use NumericTypes
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 NumericTypes in org.apache.ibatis.ognl
 

Classes in org.apache.ibatis.ognl that implement NumericTypes
 class NumberElementsAccessor
          Implementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target.
 class OgnlOps
          This is an abstract class with static methods that define the operations of OGNL.
 



Copyright © 2010 MyBatis.org. All Rights Reserved.