Package org.openmetadata.service.jdbi3
Interface CollectionDAO.EventSubscriptionDAO
- All Superinterfaces:
EntityDAO<EventSubscription>
- Enclosing interface:
- CollectionDAO
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<EventSubscription>default StringgetSubscriberExtension(String id, String extension) default StringMethods that need to be overridden by interfaces extending thislistAllEventsSubscriptions(String table) default booleanvoidupsertFailedEvent(String id, String extension, String json) voidupsertSubscriberExtension(String id, String extension, String jsonSchema, String json) Methods inherited from interface org.openmetadata.service.jdbi3.EntityDAO
delete, delete, exists, exists, existsByName, existsByName, findById, findByName, findEntityById, findEntityById, findEntityByName, findEntityByName, findEntityByName, getCondition, insert, insert, insert, jsonToEntity, listAfter, listAfter, listAfter, listAfter, listAfter, listAfter, listAfterWithOffset, listAfterWithOffset, listBefore, listBefore, listBefore, listBefore, listCount, listCount, listCount, listCount, listTotalCount, listTotalCount, migrationListAfterWithOffset, migrationListAfterWithOffset, update, update, update, update, updateFqn, updateFqnInternal
-
Method Details
-
getTableName
Description copied from interface:EntityDAOMethods that need to be overridden by interfaces extending this- Specified by:
getTableNamein interfaceEntityDAO<EventSubscription>
-
getEntityClass
- Specified by:
getEntityClassin interfaceEntityDAO<EventSubscription>
-
getNameHashColumn
- Specified by:
getNameHashColumnin interfaceEntityDAO<EventSubscription>
-
listAllEventsSubscriptions
-
supportsSoftDelete
default boolean supportsSoftDelete()- Specified by:
supportsSoftDeletein interfaceEntityDAO<EventSubscription>
-
getSubscriberExtension
-
upsertSubscriberExtension
-
upsertFailedEvent
-