Package org.openmetadata.service.jdbi3
Interface CollectionDAO.TestDefinitionDAO
- All Superinterfaces:
EntityDAO<TestDefinition>
- Enclosing interface:
- CollectionDAO
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<TestDefinition>default 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) intlistCount(String table, Map<String, ?> params, String nameHashColumn, String mysqlCond, String psqlCond) default intlistCount(ListFilter filter) Methods 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, 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<TestDefinition>
-
getEntityClass
- Specified by:
getEntityClassin interfaceEntityDAO<TestDefinition>
-
getNameHashColumn
- Specified by:
getNameHashColumnin interfaceEntityDAO<TestDefinition>
-
listBefore
- Specified by:
listBeforein interfaceEntityDAO<TestDefinition>
-
listAfter
- Specified by:
listAfterin interfaceEntityDAO<TestDefinition>
-
listCount
- Specified by:
listCountin interfaceEntityDAO<TestDefinition>
-
listBefore
List<String> listBefore(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String beforeName, String beforeId) - Specified by:
listBeforein interfaceEntityDAO<TestDefinition>
-
listAfter
List<String> listAfter(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String afterName, String afterId) - Specified by:
listAfterin interfaceEntityDAO<TestDefinition>
-
listCount
-