6566676869707172737475
throw new IllegalStateException("How can i get here???"); } } public static Object processId(Object id) { IdType t = MorphiaPlugin.getIdType(); switch (t) { case Long: return processLongId(id); case ObjectId: return processObjectId(id);