Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.NumberType
-
Packages that use NumberType Package Description com.sun.jdo.spi.persistence.support.sqlstore.query.util.type -
-
Uses of NumberType in com.sun.jdo.spi.persistence.support.sqlstore.query.util.type
Classes in com.sun.jdo.spi.persistence.support.sqlstore.query.util.type that implement NumberType Modifier and Type Class Description classFloatingPointTypeThis class represents the types float and double.classIntegralTypeThis class represents the types byte, short int, long and charclassMathTypeThis class represents the types java.math.BigDecimal and java.math.BigInteger.classNumericTypeThis class is the super class for all integral and floating point types.classNumericWrapperClassType
-