org.javalite.activejdbc
Class ModelFinder

java.lang.Object
  extended by org.javalite.activejdbc.ModelFinder

public class ModelFinder
extends Object


Constructor Summary
ModelFinder()
           
 
Method Summary
protected static void findModels(String dbName)
           
protected static List<Class<? extends Model>> getModelsForDb(String dbName)
           
static void modelFound(String modelClassName)
           
static void registerModelClass(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFinder

public ModelFinder()
Method Detail

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.