Uses of Interface
org.openmetadata.service.jdbi3.EntityDAO
Packages that use EntityDAO
-
Uses of EntityDAO in org.openmetadata.service.jdbi3
Subinterfaces of EntityDAO in org.openmetadata.service.jdbi3Modifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceFields in org.openmetadata.service.jdbi3 declared as EntityDAOConstructors in org.openmetadata.service.jdbi3 with parameters of type EntityDAOModifierConstructorDescriptionprotectedEntityRepository(String collectionPath, String entityType, Class<T> entityClass, EntityDAO<T> entityDAO, String patchFields, String putFields) protectedServiceEntityRepository(String collectionPath, String service, EntityDAO<T> entityDAO, Class<S> serviceConnectionClass, String updateFields, ServiceType serviceType) -
Uses of EntityDAO in org.openmetadata.service.migration.utils.v110
Methods in org.openmetadata.service.migration.utils.v110 with parameters of type EntityDAOModifier and TypeMethodDescriptionstatic <T extends EntityInterface>
voidMigrationUtil.readAndProcessEntity(org.jdbi.v3.core.Handle handle, String updateSql, Class<T> clazz, EntityDAO<T> dao, boolean withName, int limitParam, String nameHashColumn) 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.updateFQNHashForEntity(org.jdbi.v3.core.Handle handle, Class<T> clazz, EntityDAO<T> dao, int limitParam, String nameHashColumn) static <T extends EntityInterface>
voidMigrationUtil.updateFQNHashForEntityWithName(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, String nameHashColumn)