Package org.openmetadata.service.jdbi3
Class ClassificationRepository.ClassificationUpdater
- java.lang.Object
-
- org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
-
- org.openmetadata.service.jdbi3.ClassificationRepository.ClassificationUpdater
-
- Enclosing class:
- ClassificationRepository
public class ClassificationRepository.ClassificationUpdater extends EntityRepository.EntityUpdater
-
-
Field Summary
-
Fields inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
changeDescription, majorVersionChange, operation, original, updated, updatingUser
-
-
Constructor Summary
Constructors Constructor Description ClassificationUpdater(Classification original, Classification updated, EntityRepository.Operation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidentitySpecificUpdate()voidupdateName(Classification original, Classification updated)-
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
-
ClassificationUpdater
public ClassificationUpdater(Classification original, Classification updated, EntityRepository.Operation operation)
-
-
Method Detail
-
entitySpecificUpdate
public void entitySpecificUpdate()
- Overrides:
entitySpecificUpdatein classEntityRepository.EntityUpdater
-
updateName
public void updateName(Classification original, Classification updated)
-
-