imdg CLS-639
This commit is contained in:
parent
0815f66ee7
commit
50962c34b5
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue