org.kuali.common.impex.spring
Class LiquibaseSchemaConfig

java.lang.Object
  extended by org.kuali.common.impex.spring.LiquibaseSchemaConfig

@Configuration
@Import(value=)
public class LiquibaseSchemaConfig
extends Object


Field Summary
protected static String DB_VENDOR_KEY
           
 
Constructor Summary
LiquibaseSchemaConfig()
           
 
Method Summary
 DatabaseSnapshot databaseSnapshot()
           
 LiquibaseSchemaProvider liquibaseModelProvider()
           
 MySqlSequenceFinder mysqlSequenceFinder()
           
 OracleSequenceFinder oracleSequenceFinder()
           
 Schema schema()
           
 Map<String,SequenceFinder> sequenceFinderMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB_VENDOR_KEY

protected static final String DB_VENDOR_KEY
See Also:
Constant Field Values
Constructor Detail

LiquibaseSchemaConfig

public LiquibaseSchemaConfig()
Method Detail

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.