public class HsqlSupportingUniqueConstraintSnapshotGeneratorWrapper
extends liquibase.snapshot.jvm.JdbcSnapshotGenerator
Constructor and Description |
---|
HsqlSupportingUniqueConstraintSnapshotGeneratorWrapper() |
Modifier and Type | Method and Description |
---|---|
protected void |
addTo(liquibase.structure.DatabaseObject foundObject,
liquibase.snapshot.DatabaseSnapshot snapshot) |
Class<? extends liquibase.snapshot.SnapshotGenerator>[] |
replaces() |
protected liquibase.structure.DatabaseObject |
snapshotObject(liquibase.structure.DatabaseObject example,
liquibase.snapshot.DatabaseSnapshot snapshot) |
public HsqlSupportingUniqueConstraintSnapshotGeneratorWrapper()
public Class<? extends liquibase.snapshot.SnapshotGenerator>[] replaces()
replaces
in interface liquibase.snapshot.SnapshotGenerator
replaces
in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
protected liquibase.structure.DatabaseObject snapshotObject(liquibase.structure.DatabaseObject example, liquibase.snapshot.DatabaseSnapshot snapshot) throws liquibase.exception.DatabaseException, liquibase.snapshot.InvalidExampleException
snapshotObject
in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.exception.DatabaseException
liquibase.snapshot.InvalidExampleException
protected void addTo(liquibase.structure.DatabaseObject foundObject, liquibase.snapshot.DatabaseSnapshot snapshot) throws liquibase.exception.DatabaseException, liquibase.snapshot.InvalidExampleException
addTo
in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.exception.DatabaseException
liquibase.snapshot.InvalidExampleException
Copyright © 2021 Atlassian. All rights reserved.