com.retek.commons.domain.core.persistence.db
Class DaoOperation
java.lang.Object
com.retek.commons.domain.core.persistence.db.DaoOperation
- public abstract class DaoOperation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaoOperation
public DaoOperation()
getDbConnectionFactory
public static DbConnectionFactory getDbConnectionFactory()
setDbConnectionFactory
public static void setDbConnectionFactory(DbConnectionFactory newDbConnFactory)
getConnection
protected final java.sql.Connection getConnection()
throws SystemException
- Throws:
SystemException
closeConnection
protected void closeConnection()
throws SystemException
- Throws:
SystemException
execute
public final java.lang.Object execute()
throws SystemException
- Throws:
SystemException
getConnectionKey
protected abstract java.lang.String getConnectionKey()
doExecute
protected abstract java.lang.Object doExecute()
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25