org.kuali.rice.sql.spring
Class SourceSqlRunOnceConfig

java.lang.Object
  extended by org.kuali.rice.sql.spring.SourceSqlRunOnceConfig
All Implemented Interfaces:
org.kuali.common.util.execute.spring.ExecutableConfig

@Configuration
@Import(value={org.kuali.common.util.spring.service.SpringServiceConfig.class,org.kuali.common.util.properties.spring.EnvironmentPropertySourceConfig.class})
public class SourceSqlRunOnceConfig
extends Object
implements org.kuali.common.util.execute.spring.ExecutableConfig

Set up an Executable that resets the database.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
SourceSqlRunOnceConfig()
           
 
Method Summary
 org.kuali.common.util.execute.Executable executable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceSqlRunOnceConfig

public SourceSqlRunOnceConfig()
Method Detail

executable

@Bean(initMethod="execute")
public org.kuali.common.util.execute.Executable executable()
Specified by:
executable in interface org.kuali.common.util.execute.spring.ExecutableConfig


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.