979899100101102103104105106
} protected static synchronized IKey getPropertyKey(String _property) { IKey key = myCachedPropertyKeys.get(_property); if (key == null) { key = new ResolvedKey(EOAttribute.class, _property); myCachedPropertyKeys.put(_property, key); } return key; }