Searched defs:booleanType (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.java76 public BooleanType booleanType; field in class:TypeTable
178 booleanType = new BooleanType();
179 types.put(booleanType.getName(), booleanType);
199 new WrapperClassType("java.lang.Boolean", Boolean.class, FieldTypeEnumeration.BOOLEAN, booleanType, this); //NOI18N
223 booleanType.setWrapper(booleanClassType);
427 return (type.equals(booleanType) || type.equals(booleanType.getWrapper()));
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java71 public static final Object booleanType = "boolean"; field in class:TypeSupport
213 return type.equals(booleanType) ||
318 result = booleanType;
343 if (type.equals(booleanType))

Completed in 36 milliseconds