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  void classFound(String className)
           
protected  List<Class<? extends Model>> getModelsForDb(String dbName)
           
 
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

getModelsForDb

protected List<Class<? extends Model>> getModelsForDb(String dbName)

classFound

protected void classFound(String className)
                   throws IOException,
                          ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2013. All Rights Reserved.