Package org.openmetadata.service.jdbi3
Interface CollectionDAO.IngestionPipelineDAO
- All Superinterfaces:
EntityDAO<IngestionPipeline>
- Enclosing interface:
- CollectionDAO
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<IngestionPipeline>default Stringdefault StringMethods that need to be overridden by interfaces extending thislistAfter(ListFilter filter, int limit, String after) listAfterIngestionPipelineByserviceType(String cond, Map<String, Object> bindings) listBefore(ListFilter filter, int limit, String before) listBeforeIngestionPipelineByserviceType(String cond, Map<String, Object> bindings) default intlistCount(ListFilter filter) intlistIngestionPipelineCount(String cond, Map<String, Object> bindings) 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, listAfterWithOffset, listAfterWithOffset, listBefore, listBefore, listBefore, listCount, listCount, listCount, listTotalCount, listTotalCount, migrationListAfterWithOffset, migrationListAfterWithOffset, supportsSoftDelete, 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<IngestionPipeline>
-
getEntityClass
- Specified by:
getEntityClassin interfaceEntityDAO<IngestionPipeline>
-
getNameHashColumn
- Specified by:
getNameHashColumnin interfaceEntityDAO<IngestionPipeline>
-
listCount
- Specified by:
listCountin interfaceEntityDAO<IngestionPipeline>
-
listAfter
- Specified by:
listAfterin interfaceEntityDAO<IngestionPipeline>
-
listBefore
- Specified by:
listBeforein interfaceEntityDAO<IngestionPipeline>
-
listAfterIngestionPipelineByserviceType
-
listBeforeIngestionPipelineByserviceType
-
listIngestionPipelineCount
-