Package org.openmetadata.service.jdbi3
Class IngestionPipelineRepository.IngestionPipelineUpdater
- java.lang.Object
-
- org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
-
- org.openmetadata.service.jdbi3.IngestionPipelineRepository.IngestionPipelineUpdater
-
- Enclosing class:
- IngestionPipelineRepository
public class IngestionPipelineRepository.IngestionPipelineUpdater extends EntityRepository.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, updated, updatingUser
-
-
Constructor Summary
Constructors Constructor Description IngestionPipelineUpdater(IngestionPipeline original, IngestionPipeline updated, EntityRepository.Operation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidentitySpecificUpdate()-
Methods inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
fieldsChanged, isEntityRestored, recordChange, recordChange, recordChange, recordChange, recordListChange, storeUpdate, update, updatedByBot, updateFromRelationship, updateFromRelationships, updateTags, updateToRelationship, updateToRelationships, updateVersion
-
-
-
-
Constructor Detail
-
IngestionPipelineUpdater
public IngestionPipelineUpdater(IngestionPipeline original, IngestionPipeline updated, EntityRepository.Operation operation)
-
-
Method Detail
-
entitySpecificUpdate
public void entitySpecificUpdate()
- Overrides:
entitySpecificUpdatein classEntityRepository.EntityUpdater
-
-