Searched defs:bigIntegerType (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/type/
H A DTypeTable.java126 public MathType bigIntegerType; field in class:TypeTable
234 bigIntegerType = new MathType("java.math.BigInteger", BigInteger.class, FieldTypeEnumeration.BIGINTEGER, this); //NOI18N
235 types.put(bigIntegerType.getName(), bigIntegerType);
472 } else if (bigIntegerType.equals(type)) {
473 return bigIntegerType;
488 } else if (bigIntegerType.equals(type)) {
489 return bigIntegerType;
508 } else if (bigIntegerType.equals(type)) {
509 return bigIntegerType;
[all...]
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java125 public static final Object bigIntegerType = "java.math.BigInteger"; field in class:TypeSupport
271 bigIntegerType.equals(type);

Completed in 14 milliseconds