com.univocity.api.config.builders.InsertionAfterUpdate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of univocity-api Show documentation
Show all versions of univocity-api Show documentation
uniVocity Data Integration's Public API
The newest version!
/*******************************************************************************
* Copyright (c) 2014 uniVocity Software Pty Ltd. All rights reserved.
* This file is subject to the terms and conditions defined in file
* 'LICENSE.txt', which is part of this source code package.
******************************************************************************/
package com.univocity.api.config.builders;
import com.univocity.api.engine.*;
/**
* The InsertionAfterUpdate
configuration is obtained from the configuration sequence started with a {@link PersistenceSetup} instance.
*
* It is used to disable insertion of new records into the destination entity of an {@link EntityMapping}
* when executing a data mapping cycle.
*
* @see EntityMapping
* @see PersistenceSetup
* @see DataIntegrationEngine
*
* @author uniVocity Software Pty Ltd - [email protected]
*
*/
public interface InsertionAfterUpdate {
/**
* Configures the {@link EntityMapping} to ignore any new records mapped from the source entity. Insertion will be disabled.
*
*
This completes the configuration started with {@link EntityMapping#persistence()}
*/
public void insertDisabled();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy