Пример #1
0
 /**
  * Gets the class loaded which is used to load all classes used by this entity
  *
  * @return the class loader which is used to load all classes used by this entity
  */
 public ClassLoader getClassLoader() {
   return jdbcApplication.getClassLoader();
 }