68697071727374
private KVCComparator myComparator; public EOPrototypeEntityListContentProvider(boolean _allowBlank) { myAllowBlank = _allowBlank; myComparator = new KVCComparator(EOEntity.class, EOEntity.NAME); }
67686970717273
private KVCComparator myComparator; public EOStoredProceduresListContentProvider(boolean _allowBlank) { myAllowBlank = _allowBlank; myComparator = new KVCComparator(EOStoredProcedure.class, EOStoredProcedure.NAME); }
65666768697071
public static final Object BLANK_ENTITY = ""; private KVCComparator myComparator; public EOPrototypeListContentProvider() { myComparator = new KVCComparator(EOAttribute.class, EOEntity.NAME); }