|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.access.dbsync.SkipSchemaUpdateStrategy
public class SkipSchemaUpdateStrategy
A SchemaUpdateStrategy that does nothing. This is usually the default strategy, as in most cases DB schema management is outside the scope of Cayenne.
Constructor Summary | |
---|---|
SkipSchemaUpdateStrategy()
|
Method Summary | |
---|---|
void |
updateSchema(DataNode dataNode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkipSchemaUpdateStrategy()
Method Detail |
---|
public void updateSchema(DataNode dataNode)
updateSchema
in interface SchemaUpdateStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |