edu.wisc.my.portlets.bookmarks.dao
Class SqlShutdownHelper
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
edu.wisc.my.portlets.bookmarks.dao.SqlShutdownHelper
- All Implemented Interfaces:
- InitializingBean
public class SqlShutdownHelper
- extends JdbcDaoSupport
When the close() is called the configured SQL will be run on
the configured DataSource.
- Version:
- $Revision$
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlShutdownHelper
public SqlShutdownHelper()
getShutdownSql
public String getShutdownSql()
setShutdownSql
public void setShutdownSql(String shutdownSql)
close
public void close()
Copyright © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.