org.kuali.common.jdbc.spring
Class AbstractSqlDbaConfig

java.lang.Object
  extended by org.kuali.common.jdbc.spring.SqlBaseConfig
      extended by org.kuali.common.jdbc.spring.AbstractSqlDbaConfig
Direct Known Subclasses:
SqlDbaAfterConfig, SqlDbaBeforeConfig

Deprecated.

@Deprecated
public abstract class AbstractSqlDbaConfig
extends SqlBaseConfig


Constructor Summary
AbstractSqlDbaConfig()
          Deprecated.  
 
Method Summary
protected  org.kuali.common.util.execute.Executable getDbaExecutable()
          Deprecated.  
abstract  org.kuali.common.util.execute.Executable getDbaPhaseExecutable()
          Deprecated.  
protected  JdbcContext getJdbcContext()
          Deprecated.  
protected abstract  String getPhase()
          Deprecated.  
protected  SqlSupplier getSqlSupplier()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSqlDbaConfig

public AbstractSqlDbaConfig()
Deprecated. 
Method Detail

getPhase

protected abstract String getPhase()
Deprecated. 

getDbaPhaseExecutable

public abstract org.kuali.common.util.execute.Executable getDbaPhaseExecutable()
Deprecated. 

getDbaExecutable

protected org.kuali.common.util.execute.Executable getDbaExecutable()
Deprecated. 

getJdbcContext

protected JdbcContext getJdbcContext()
Deprecated. 

getSqlSupplier

protected SqlSupplier getSqlSupplier()
Deprecated. 


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.