liquibase.change.core.supplier
Class LoadDataChangeSupplier
java.lang.Object
liquibase.sdk.supplier.change.AbstractChangeSupplier<LoadDataChange>
liquibase.change.core.supplier.LoadDataChangeSupplier
- All Implemented Interfaces:
- ChangeSupplier<LoadDataChange>
public class LoadDataChangeSupplier
- extends AbstractChangeSupplier<LoadDataChange>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadDataChangeSupplier
public LoadDataChangeSupplier()
prepareDatabase
public Change[] prepareDatabase(LoadDataChange change)
throws Exception
- Throws:
Exception
checkDiffResult
public void checkDiffResult(DiffResult diffResult,
LoadDataChange change)
throws Exception
- Throws:
Exception
Copyright © 2015 Liquibase.org. All rights reserved.