I found that there are other places using ClassLoader.loadClass() instead of
Class.forName(classname, initialize, classloader), but those won't try to
load array class - most of those is to load entity class. Thus I didn't
modify those codes. Should we replace all ClassLoader.loadClass() with
Class.forName(classname, initialize, classloader)?