com.uwyn.rife.database.querymanagers.generic
Class GenericQueryManagerFactory
java.lang.Object
com.uwyn.rife.database.querymanagers.generic.GenericQueryManagerFactory
public class GenericQueryManagerFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericQueryManagerFactory
public GenericQueryManagerFactory()
getInstance
public static <BeanType> GenericQueryManager<BeanType> getInstance(Datasource datasource,
Class<BeanType> beanClass)
throws DatabaseException
- Throws:
DatabaseException
getInstance
public static <BeanType> GenericQueryManager<BeanType> getInstance(Datasource datasource,
Class<BeanType> beanClass,
String tableName)
throws DatabaseException
- Throws:
DatabaseException
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.