Class 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
    • Constructor Detail

      • SkipSchemaUpdateStrategy

        public SkipSchemaUpdateStrategy()