org.genericdao
Class GenericViewDAO<B>
java.lang.Object
org.genericdao.GenericViewDAO<B>
public class GenericViewDAO<B>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericViewDAO
public GenericViewDAO(Class<B> beanClass,
ConnectionPool connectionPool)
throws DAOException
- Throws:
DAOException
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.