Uses of Interface
io.apicurio.registry.storage.impl.sql.jdb.MappedQuery
-
Packages that use MappedQuery Package Description io.apicurio.registry.storage.impl.sql.jdb -
-
Uses of MappedQuery in io.apicurio.registry.storage.impl.sql.jdb
Classes in io.apicurio.registry.storage.impl.sql.jdb that implement MappedQuery Modifier and Type Class Description classMappedQueryImpl<T>Methods in io.apicurio.registry.storage.impl.sql.jdb that return MappedQuery Modifier and Type Method Description <T> MappedQuery<T>Query. map(RowMapper<T> mapper)<T> MappedQuery<T>QueryImpl. map(RowMapper<T> mapper)<T> MappedQuery<T>Query. mapTo(Class<T> someClass)<T> MappedQuery<T>QueryImpl. mapTo(Class<T> someClass)
-