org.javalite.activejdbc
Class ModelFinder
java.lang.Object
org.javalite.activejdbc.ModelFinder
public class ModelFinder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelFinder
public ModelFinder()
findModels
protected static void findModels(String dbName)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
getModelsForDb
protected static List<Class<? extends Model>> getModelsForDb(String dbName)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
modelFound
public static void modelFound(String modelClassName)
registerModelClass
public static void registerModelClass(String className)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2015 JavaLite. All rights reserved.