org.kuali.common.impex.spring
Class ModularSchemaExportConfig

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

@Configuration
public class ModularSchemaExportConfig
extends Object

This class supports exporting a schema with multiple output modules

Author:
andrewlubbers

Field Summary
static boolean DEFAULT_SEPARATE_FOREIGN_KEYS
           
static String EXECUTION_SKIP_KEY
           
static String FOREIGN_KEY_OUTPUT_LOCATION_KEY
           
static String OUTPUT_LOCATION_KEY
           
static String PROPERTY_PREFIXES_KEY
           
static String SEPARATE_FOREIGN_KEYS_KEY
           
 
Constructor Summary
ModularSchemaExportConfig()
           
 
Method Summary
 List<ModularSchemaExportExecutable> modularSchemaExportExecutables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_PREFIXES_KEY

public static final String PROPERTY_PREFIXES_KEY
See Also:
Constant Field Values

OUTPUT_LOCATION_KEY

public static final String OUTPUT_LOCATION_KEY
See Also:
Constant Field Values

EXECUTION_SKIP_KEY

public static final String EXECUTION_SKIP_KEY
See Also:
Constant Field Values

SEPARATE_FOREIGN_KEYS_KEY

public static final String SEPARATE_FOREIGN_KEYS_KEY
See Also:
Constant Field Values

FOREIGN_KEY_OUTPUT_LOCATION_KEY

public static final String FOREIGN_KEY_OUTPUT_LOCATION_KEY
See Also:
Constant Field Values

DEFAULT_SEPARATE_FOREIGN_KEYS

public static final boolean DEFAULT_SEPARATE_FOREIGN_KEYS
See Also:
Constant Field Values
Constructor Detail

ModularSchemaExportConfig

public ModularSchemaExportConfig()
Method Detail

modularSchemaExportExecutables

@Bean
public List<ModularSchemaExportExecutable> modularSchemaExportExecutables()


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