Uses of Class
org.apache.openjpa.kernel.exps.UnaryMathVal

Packages that use UnaryMathVal
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
 

Uses of UnaryMathVal in org.apache.openjpa.kernel.exps
 

Subclasses of UnaryMathVal in org.apache.openjpa.kernel.exps
(package private)  class Abs
          Take the absolute value of a number.
(package private)  class All
          In-memory All implementation.
(package private)  class Any
          In-memory Any implementation.
(package private)  class Index
          Returns the index of a value within a collection/map.
(package private)  class Size
          Returns the count of a collection.
(package private)  class Sqrt
          Take the square root of a number.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.