Package org.openmetadata.service.jdbi3
Interface CollectionDAO.TestCaseDAO
-
- Enclosing interface:
- CollectionDAO
public static interface CollectionDAO.TestCaseDAO extends EntityDAO<TestCase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intcountOfTestCases(String table, List<String> testCaseIds)default intcountOfTestCases(List<UUID> testCaseIds)default Class<TestCase>getEntityClass()default StringgetNameHashColumn()default StringgetTableName()Methods that need to be overridden by interfaces extending this-
Methods inherited from interface org.openmetadata.service.jdbi3.EntityDAO
delete, delete, exists, exists, existsByName, existsByName, findById, findByName, findEntityById, findEntityById, findEntityByName, findEntityByName, findEntityByName, findJsonByFqn, getCondition, getNameColumn, 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 Detail
-
getTableName
default String getTableName()
Description copied from interface:EntityDAOMethods that need to be overridden by interfaces extending this- Specified by:
getTableNamein interfaceEntityDAO<TestCase>
-
getEntityClass
default Class<TestCase> getEntityClass()
- Specified by:
getEntityClassin interfaceEntityDAO<TestCase>
-
getNameHashColumn
default String getNameHashColumn()
- Specified by:
getNameHashColumnin interfaceEntityDAO<TestCase>
-
-