imdg добавил индекс на Account
This commit is contained in:
parent
38333d5b95
commit
425d5c4e13
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ public class AccountMapStore extends TemplateMapStore<Account> {
|
|||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public String[] getIndexingField() {
|
||||
return new String[]{"account", "companyId"};
|
||||
}
|
||||
|
||||
@Override
|
||||
public Account objectReader(ResultSet resultSet) throws SQLException {
|
||||
Account object = new Account();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue