Uses of Class
org.openmetadata.service.jdbi3.CollectionDAO.ExtensionRecord
-
Packages that use CollectionDAO.ExtensionRecord Package Description org.openmetadata.service.jdbi3 -
-
Uses of CollectionDAO.ExtensionRecord in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return CollectionDAO.ExtensionRecord Modifier and Type Method Description CollectionDAO.ExtensionRecordCollectionDAO.ExtensionMapper. map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)Methods in org.openmetadata.service.jdbi3 that return types with arguments of type CollectionDAO.ExtensionRecord Modifier and Type Method Description List<CollectionDAO.ExtensionRecord>CollectionDAO.EntityExtensionDAO. getExtensions(String id, String extensionPrefix)List<CollectionDAO.ExtensionRecord>CollectionDAO.EntityExtensionTimeSeriesDAO. getExtensions(String id, String extensionPrefix)Constructors in org.openmetadata.service.jdbi3 with parameters of type CollectionDAO.ExtensionRecord Constructor Description EntityVersionPair(CollectionDAO.ExtensionRecord extensionRecord)
-