Uses of Interface
io.apicurio.registry.storage.impl.sql.jdb.RowMapper
-
Packages that use RowMapper Package Description io.apicurio.registry.storage.impl.sql.jdb io.apicurio.registry.storage.impl.sql.mappers -
-
Uses of RowMapper in io.apicurio.registry.storage.impl.sql.jdb
Methods in io.apicurio.registry.storage.impl.sql.jdb with parameters of type RowMapper Modifier and Type Method Description <T> MappedQuery<T>Query. map(RowMapper<T> mapper)<T> MappedQuery<T>QueryImpl. map(RowMapper<T> mapper)Constructors in io.apicurio.registry.storage.impl.sql.jdb with parameters of type RowMapper Constructor Description MappedQueryImpl(PreparedStatement statement, RowMapper<T> mapper)Constructor. -
Uses of RowMapper in io.apicurio.registry.storage.impl.sql.mappers
Classes in io.apicurio.registry.storage.impl.sql.mappers that implement RowMapper Modifier and Type Class Description classArtifactMetaDataDtoMapperclassArtifactRuleEntityMapperclassArtifactVersionEntityMapperclassArtifactVersionMetaDataDtoMapperUsed to map a single row in the versions table to aArtifactVersionMetaDataDtoinstance.classContentEntityMapperclassContentMapperclassGlobalRuleEntityMapperclassGroupEntityMapperclassGroupMetaDataDtoMapperclassIntegerMapperclassLogConfigurationMapperclassLongMapperclassRoleMappingDtoMapperclassRuleConfigurationDtoMapperclassSearchedArtifactMapperclassSearchedVersionMapperclassStoredArtifactMapperclassStringMapper
-