public static boolean isEntity(final Class<?> entity) {
   return instance.internalIsEntity(entity);
 }