(String key)
| 12 | private static Map<String, BaseObject> entities; |
| 13 | |
| 14 | public static boolean hasEntity(String key) { |
| 15 | return entities.containsKey(key); |
| 16 | } |
| 17 | |
| 18 | public static BaseObject getEntity(String key) throws SchemaException { |
| 19 |
no outgoing calls
no test coverage detected