org.genericdao
Class GenericViewDAO<B>

java.lang.Object
  extended by org.genericdao.GenericViewDAO<B>

public class GenericViewDAO<B>
extends Object


Constructor Summary
GenericViewDAO(Class<B> beanClass, ConnectionPool connectionPool)
           
 
Method Summary
 B[] executeQuery(String sql, Object... args)
           
 String[] getPropertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericViewDAO

public GenericViewDAO(Class<B> beanClass,
                      ConnectionPool connectionPool)
               throws DAOException
Throws:
DAOException
Method Detail

executeQuery

public B[] executeQuery(String sql,
                        Object... args)
                 throws RollbackException
Throws:
RollbackException

getPropertyNames

public String[] getPropertyNames()


Copyright © 2012 Jeffrey L. Eppinger. All rights reserved. Permission granted for educational use only.