Package liquibase.ext.hibernate.snapshot.extension

Examples of liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator


            new ArrayList<ExtendedSnapshotGenerator<IdentifierGenerator, Table>>();

    public TableSnapshotGenerator() {
        super(Table.class, new Class[]{Schema.class});
        tableIdGenerators.add(new MultipleHiLoPerTableSnapshotGenerator());
        tableIdGenerators.add(new TableGeneratorSnapshotGenerator());
    }
View Full Code Here

TOP

Related Classes of liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.