Uses of Interface
org.openmetadata.service.jdbi3.EntityDAO
-
Packages that use EntityDAO Package Description org.openmetadata.service.jdbi3 org.openmetadata.service.migration.utils.v110 -
-
Uses of EntityDAO in org.openmetadata.service.jdbi3
Fields in org.openmetadata.service.jdbi3 declared as EntityDAO Modifier and Type Field Description protected EntityDAO<T>EntityRepository. daoConstructors in org.openmetadata.service.jdbi3 with parameters of type EntityDAO Constructor Description ServiceEntityRepository(String collectionPath, String service, CollectionDAO dao, EntityDAO<T> entityDAO, Class<S> serviceConnectionClass, String updatedFields, ServiceType serviceType)ServiceEntityRepository(String collectionPath, String service, CollectionDAO dao, EntityDAO<T> entityDAO, Class<S> serviceConnectionClass, ServiceType serviceType) -
Uses of EntityDAO in org.openmetadata.service.migration.utils.v110
Methods in org.openmetadata.service.migration.utils.v110 with parameters of type EntityDAO Modifier and Type Method Description static <T extends EntityInterface>
voidMigrationUtil. readAndProcessEntity(org.jdbi.v3.core.Handle handle, String updateSql, Class<T> clazz, EntityDAO<T> dao, boolean withName, int limitParam)static <T extends EntityInterface>
voidMigrationUtil. updateFQNHashForEntity(org.jdbi.v3.core.Handle handle, Class<T> clazz, EntityDAO<T> dao, int limitParam)static <T extends EntityInterface>
voidMigrationUtil. updateFQNHashForEntityWithName(org.jdbi.v3.core.Handle handle, Class<T> clazz, EntityDAO<T> dao, int limitParam)
-