Searched defs:intType (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.java96 public IntegralType intType; field in class:TypeTable
186 intType = new IntegralType("int", int.class, FieldTypeEnumeration.INTEGER_PRIMITIVE); //NOI18N
187 types.put(intType.getName(), intType);
208 new NumericWrapperClassType("java.lang.Integer", Integer.class, FieldTypeEnumeration.INTEGER, intType, this); //NOI18N
226 intType.setWrapper(intClassType);
330 return intType;
347 return intType;
411 return (type.equals(intType) || type.equals(intType
[all...]
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java83 public static final Object intType = "int"; field in class:TypeSupport
152 numericTypes.add(intType);
231 return type.equals(intType) ||
320 result = intType;
345 else if (type.equals(intType))
376 return intType;
390 return intType;

Completed in 643 milliseconds