Searched defs:byteType (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.java86 public IntegralType byteType; field in class:TypeTable
182 byteType = new IntegralType("byte", byte.class, FieldTypeEnumeration.BYTE_PRIMITIVE); //NOI18N
183 types.put(byteType.getName(), byteType);
202 new NumericWrapperClassType("java.lang.Byte", Byte.class, FieldTypeEnumeration.BYTE, byteType, this); //NOI18N
224 byteType.setWrapper(byteClassType);
345 if (type.equals(byteType) || type.equals(shortType) || type.equals(charType))
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java74 public static final Object byteType = "byte"; field in class:TypeSupport
149 numericTypes.add(byteType);
328 result = byteType;
353 else if (type.equals(byteType))
388 if (type.equals(byteType) || type.equals(shortType) ||

Completed in 36 milliseconds