com.retek.commons.domain.core.persistence.db
Class DaoOperation

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.DaoOperation

public abstract class DaoOperation
extends java.lang.Object


Constructor Summary
DaoOperation()
           
 
Method Summary
protected  void closeConnection()
           
protected abstract  java.lang.Object doExecute()
           
 java.lang.Object execute()
           
protected  java.sql.Connection getConnection()
           
protected abstract  java.lang.String getConnectionKey()
           
static DbConnectionFactory getDbConnectionFactory()
           
static void setDbConnectionFactory(DbConnectionFactory newDbConnFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaoOperation

public DaoOperation()
Method Detail

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