org.apache.cayenne.access.dbsync
Class SkipSchemaUpdateStrategy
java.lang.Object
   org.apache.cayenne.access.dbsync.SkipSchemaUpdateStrategy
org.apache.cayenne.access.dbsync.SkipSchemaUpdateStrategy
- All Implemented Interfaces: 
- SchemaUpdateStrategy
- public class SkipSchemaUpdateStrategy 
- extends Object- implements SchemaUpdateStrategy
A SchemaUpdateStrategy that does nothing. This is usually the default strategy, as in
 most cases DB schema management is outside the scope of Cayenne.
- Since:
- 3.0
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SkipSchemaUpdateStrategy
public SkipSchemaUpdateStrategy()
updateSchema
public void updateSchema(DataNode dataNode)
- 
- Specified by:
- updateSchemain interface- SchemaUpdateStrategy
 
- 
- Since:
- 3.0
 
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.