org.kuali.common.jdbc.sql.spring
Class DbaContextConfig

java.lang.Object
  extended by org.kuali.common.jdbc.sql.spring.DbaContextConfig

@Configuration
@Import(value={DataSourceConfig.class,SqlContextConfig.class,SqlReaderConfig.class})
public class DbaContextConfig
extends Object


Constructor Summary
DbaContextConfig()
           
 
Method Summary
 JdbcContext dbaAfterContext()
           
 JdbcContext dbaBeforeContext()
           
protected  JdbcContext getContext(String message, String sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbaContextConfig

public DbaContextConfig()
Method Detail

dbaBeforeContext

public JdbcContext dbaBeforeContext()

dbaAfterContext

public JdbcContext dbaAfterContext()

getContext

protected JdbcContext getContext(String message,
                                 String sql)


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