org.kuali.common.impex.spring
Class LiquibaseSchemaConfig
java.lang.Object
org.kuali.common.impex.spring.LiquibaseSchemaConfig
@Configuration
@Import(value=)
public class LiquibaseSchemaConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DB_VENDOR_KEY
protected static final String DB_VENDOR_KEY
- See Also:
- Constant Field Values
LiquibaseSchemaConfig
public LiquibaseSchemaConfig()
databaseSnapshot
@Bean
public DatabaseSnapshot databaseSnapshot()
throws DatabaseException,
InvalidExampleException
- Throws:
DatabaseException
InvalidExampleException
sequenceFinderMap
@Bean
public Map<String,SequenceFinder> sequenceFinderMap()
throws SQLException
- Throws:
SQLException
liquibaseModelProvider
@Bean
public LiquibaseSchemaProvider liquibaseModelProvider()
throws DatabaseException,
InvalidExampleException,
SQLException
- Throws:
DatabaseException
InvalidExampleException
SQLException
schema
@Bean
public Schema schema()
throws SQLException,
DatabaseException,
InvalidExampleException
- Throws:
SQLException
DatabaseException
InvalidExampleException
oracleSequenceFinder
@Bean
public OracleSequenceFinder oracleSequenceFinder()
throws SQLException
- Throws:
SQLException
mysqlSequenceFinder
@Bean
public MySqlSequenceFinder mysqlSequenceFinder()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.