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 Summary
Modifier and Type Method Description void
updateSchema(DataNode dataNode)
-
Method Details
-
updateSchema
- Throws:
SQLException
-