Package org.openmetadata.service.jdbi3
Class ClassificationRepository.ClassificationUpdater
java.lang.Object
EntityRepository<Classification>.EntityUpdater
org.openmetadata.service.jdbi3.ClassificationRepository.ClassificationUpdater
- Enclosing class:
- ClassificationRepository
public class ClassificationRepository.ClassificationUpdater
extends EntityRepository<Classification>.EntityUpdater
-
Field Summary
Fields inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
changeDescription, majorVersionChange, operation, original, previous, updated, updatingUser -
Constructor Summary
ConstructorsConstructorDescriptionClassificationUpdater(Classification original, Classification updated, EntityRepository.Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidupdateName(Classification original, Classification updated) 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
-
ClassificationUpdater
public ClassificationUpdater(Classification original, Classification updated, EntityRepository.Operation operation)
-
-
Method Details
-
entitySpecificUpdate
public void entitySpecificUpdate()- Overrides:
entitySpecificUpdatein classEntityRepository<Classification>.EntityUpdater
-
updateName
-