Package org.openmetadata.service.jdbi3
Class GlossaryRepository.GlossaryUpdater
- java.lang.Object
-
- org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
-
- org.openmetadata.service.jdbi3.GlossaryRepository.GlossaryUpdater
-
- Enclosing class:
- GlossaryRepository
public class GlossaryRepository.GlossaryUpdater 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 GlossaryUpdater(Glossary original, Glossary updated, EntityRepository.Operation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidentitySpecificUpdate()voidinvalidateGlossary(UUID classificationId)voidupdateName(Glossary original, Glossary 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
-
GlossaryUpdater
public GlossaryUpdater(Glossary original, Glossary updated, EntityRepository.Operation operation)
-
-
Method Detail
-
entitySpecificUpdate
public void entitySpecificUpdate()
- Overrides:
entitySpecificUpdatein classEntityRepository.EntityUpdater
-
invalidateGlossary
public void invalidateGlossary(UUID classificationId)
-
-