Package org.openmetadata.service.jdbi3
Class DashboardDataModelRepository.DataModelUpdater
java.lang.Object
EntityRepository<T>.EntityUpdater
org.openmetadata.service.jdbi3.DashboardDataModelRepository.DataModelUpdater
- Enclosing class:
- DashboardDataModelRepository
public class DashboardDataModelRepository.DataModelUpdater
extends EntityRepository<T>.EntityUpdater
-
Field Summary
Fields inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
changeDescription, majorVersionChange, operation, original, previous, updated, updatingUser -
Constructor Summary
ConstructorsConstructorDescriptionDataModelUpdater(DashboardDataModel original, DashboardDataModel updated, EntityRepository.Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidupdateColumnDataLength(Column origColumn, Column updatedColumn) voidupdateColumns(String fieldName, List<Column> origColumns, List<Column> updatedColumns, BiPredicate<Column, Column> columnMatch) 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
-
DataModelUpdater
public DataModelUpdater(DashboardDataModel original, DashboardDataModel updated, EntityRepository.Operation operation)
-
-
Method Details
-
entitySpecificUpdate
public void entitySpecificUpdate()- Overrides:
entitySpecificUpdatein classEntityRepository<DashboardDataModel>.EntityUpdater
-
updateColumns
-
updateColumnDataLength
-