imdg CLS-639

This commit is contained in:
AKurakin 2024-02-12 13:43:27 +03:00
parent 0815f66ee7
commit 50962c34b5

View file

@ -36,6 +36,10 @@ public class SCrossRateMapStore extends TemplateMapStore<SCrossRate> {
};
}
public String[] getIndexingField() {
return new String[]{"date"};
}
@Override
public SCrossRate objectReader(ResultSet resultSet) throws SQLException {
SCrossRate object = new SCrossRate();