Package org.openmetadata.service.jdbi3
Class GlossaryRepository.GlossaryUpdater
java.lang.Object
EntityRepository<Glossary>.EntityUpdater
org.openmetadata.service.jdbi3.GlossaryRepository.GlossaryUpdater
- Enclosing class:
- GlossaryRepository
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
ConstructorsConstructorDescriptionGlossaryUpdater(Glossary original, Glossary updated, EntityRepository.Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinvalidateGlossary(UUID classificationId) voidupdateName(Glossary original, Glossary 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
-
GlossaryUpdater
-
-
Method Details
-
entitySpecificUpdate
public void entitySpecificUpdate()- Overrides:
entitySpecificUpdatein classEntityRepository<Glossary>.EntityUpdater
-
updateName
-
invalidateGlossary
-