Package com.atlassian.crowd.util.persistence.liquibase.ext.snapshot.jvm
package com.atlassian.crowd.util.persistence.liquibase.ext.snapshot.jvm
-
ClassDescriptionReplaces UniqueConstraintSnapshotGenerator with one that can handle hsql 1.8 (CORE-2966)Replaces UniqueConstraintSnapshotGenerator with one that can handle hsql 1.8 (CORE-2966) Needs an extra level of indirection due to how liquibase handles replacements (it removes them based on being assignable from the replaced class, so this class can't extend UniqueConstraintSnapshotGenerator, or it won't be picked) Can't use a delegate directly due to having to access protected methods.