Package org.openmetadata.service.jdbi3
Interface CollectionDAO.DocStoreDAO
- Enclosing interface:
- CollectionDAO
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringdefault StringMethods that need to be overridden by interfaces extending thislistAfter(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String afterName, String afterId) listAfter(ListFilter filter, int limit, String afterName, String afterId) listBefore(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String beforeName, String beforeId) listBefore(ListFilter filter, int limit, String beforeName, String beforeId) default intlistCount(ListFilter filter) default booleanMethods inherited from interface org.openmetadata.service.jdbi3.EntityDAO
analyze, analyzeTable, delete, delete, exists, exists, existsByName, existsByName, findById, findByName, findEntityById, findEntityById, findEntityByName, findEntityByName, findEntityByName, getCondition, insert, insert, insert, jsonToEntity, listAfter, listAfter, listAfter, listAfter, listAfterWithOffset, listAfterWithOffset, listBefore, listBefore, listCount, listCount, listCountDistinct, 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<Document>
-
getEntityClass
- Specified by:
getEntityClassin interfaceEntityDAO<Document>
-
getNameHashColumn
- Specified by:
getNameHashColumnin interfaceEntityDAO<Document>
-
supportsSoftDelete
default boolean supportsSoftDelete()- Specified by:
supportsSoftDeletein interfaceEntityDAO<Document>
-
listBefore
- Specified by:
listBeforein interfaceEntityDAO<Document>
-
listAfter
-
listCount
-
listBefore
List<String> listBefore(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String beforeName, String beforeId) - Specified by:
listBeforein interfaceEntityDAO<Document>
-
listAfter
-