All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.n2oapp.framework.engine.sql.rowmapper.MapRowMapper Maven / Gradle / Ivy

There is a newer version: 7.4.18
Show newest version
package net.n2oapp.framework.engine.sql.rowmapper;

import net.n2oapp.engine.factory.TypicalEngine;
import org.springframework.jdbc.core.ColumnMapRowMapper;
import org.springframework.stereotype.Component;

@Component
public class MapRowMapper extends ColumnMapRowMapper implements TypicalEngine {

    @Override
    public String getType() {
        return "map";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy