Package org.openmetadata.service.jdbi3
Class IngestionPipelineRepository.IngestionPipelineUpdater
java.lang.Object
EntityRepository<IngestionPipeline>.EntityUpdater
org.openmetadata.service.jdbi3.IngestionPipelineRepository.IngestionPipelineUpdater
- Enclosing class:
- IngestionPipelineRepository
public class IngestionPipelineRepository.IngestionPipelineUpdater
extends EntityRepository<IngestionPipeline>.EntityUpdater
Handles entity updated from PUT and POST operation.
-
Field Summary
Fields inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
changeDescription, majorVersionChange, operation, original, previous, updated, updatingUser -
Constructor Summary
ConstructorsConstructorDescriptionIngestionPipelineUpdater(IngestionPipeline original, IngestionPipeline updated, EntityRepository.Operation operation) -
Method Summary
Methods inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
fieldsChanged, recordChange, recordChange, recordChange, recordChange, recordListChange, setSessionTimeout, storeUpdate, update, updatedByBot, updateFromRelationship, updateFromRelationships, updateTags, updateToRelationship, updateToRelationships, updateVersion
-
Constructor Details
-
IngestionPipelineUpdater
public IngestionPipelineUpdater(IngestionPipeline original, IngestionPipeline updated, EntityRepository.Operation operation)
-
-
Method Details
-
entitySpecificUpdate
public void entitySpecificUpdate()- Overrides:
entitySpecificUpdatein classEntityRepository<IngestionPipeline>.EntityUpdater
-