Class UniqueConstraintSnapshotGeneratorCassandra

java.lang.Object
liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
liquibase.ext.cassandra.snapshot.UniqueConstraintSnapshotGeneratorCassandra
All Implemented Interfaces:
liquibase.snapshot.SnapshotGenerator

public class UniqueConstraintSnapshotGeneratorCassandra extends liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
  • Field Summary

    Fields inherited from interface liquibase.snapshot.SnapshotGenerator

    PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addTo(liquibase.structure.DatabaseObject foundObject, liquibase.snapshot.DatabaseSnapshot snapshot)
     
    int
    getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database)
     
    Class<? extends liquibase.snapshot.SnapshotGenerator>[]
     
    protected liquibase.structure.DatabaseObject
    snapshotObject(liquibase.structure.DatabaseObject example, liquibase.snapshot.DatabaseSnapshot snapshot)
     

    Methods inherited from class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator

    getCacheKey, getCacheKey, includeTableNameInCacheKey, listColumns, listConstraints, supportsBulkQuery

    Methods inherited from class liquibase.snapshot.jvm.JdbcSnapshotGenerator

    addStatusListener, addsTo, cleanNameFromDatabase, getDatabaseCatalogNames, shouldAddTo, snapshot, updateListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UniqueConstraintSnapshotGeneratorCassandra

      public UniqueConstraintSnapshotGeneratorCassandra()
  • Method Details

    • getPriority

      public int getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database)
      Specified by:
      getPriority in interface liquibase.snapshot.SnapshotGenerator
      Overrides:
      getPriority in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    • replaces

      public Class<? extends liquibase.snapshot.SnapshotGenerator>[] replaces()
      Specified by:
      replaces in interface liquibase.snapshot.SnapshotGenerator
      Overrides:
      replaces in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
    • addTo

      protected void addTo(liquibase.structure.DatabaseObject foundObject, liquibase.snapshot.DatabaseSnapshot snapshot)
      Overrides:
      addTo in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
    • snapshotObject

      protected liquibase.structure.DatabaseObject snapshotObject(liquibase.structure.DatabaseObject example, liquibase.snapshot.DatabaseSnapshot snapshot)
      Overrides:
      snapshotObject in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator