Package org.openmetadata.service.jdbi3
Class TopicRepository.TopicUpdater
- java.lang.Object
-
- org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
-
- org.openmetadata.service.jdbi3.TopicRepository.TopicUpdater
-
- Enclosing class:
- TopicRepository
public class TopicRepository.TopicUpdater extends EntityRepository.EntityUpdater
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_DATA_TYPE_DISPLAY-
Fields inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
changeDescription, majorVersionChange, operation, original, updated, updatingUser
-
-
Constructor Summary
Constructors Constructor Description TopicUpdater(Topic original, Topic 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
-
-
-
-
Field Detail
-
FIELD_DATA_TYPE_DISPLAY
public static final String FIELD_DATA_TYPE_DISPLAY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TopicUpdater
public TopicUpdater(Topic original, Topic updated, EntityRepository.Operation operation)
-
-
Method Detail
-
entitySpecificUpdate
public void entitySpecificUpdate()
- Overrides:
entitySpecificUpdatein classEntityRepository.EntityUpdater
-
-