Package org.apache.cayenne.access.dbsync
Interface SchemaUpdateStrategy
- All Known Implementing Classes:
- BaseSchemaUpdateStrategy,- CreateIfNoSchemaStrategy,- SkipSchemaUpdateStrategy,- ThrowOnPartialOrCreateSchemaStrategy,- ThrowOnPartialSchemaStrategy
public interface SchemaUpdateStrategy
A strategy for auto generating a database schema on the application startup.
- Since:
- 3.0
- 
Method SummaryModifier and Type Method Description voidupdateSchema(DataNode dataNode)
- 
Method Details- 
updateSchema- Throws:
- SQLException
 
 
-