imdg RegistryMapStore добавил составной индекс
This commit is contained in:
parent
1bd41b8f50
commit
ea62e8103e
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ public class RegistryMapStore extends TemplateMapStore<Registry> {
|
|||
new MapIndexConfig().setAttribute("accountId").setOrdered(false),
|
||||
new MapIndexConfig().setAttribute("settlementDate").setOrdered(false),
|
||||
new MapIndexConfig().setAttribute("groupId").setOrdered(false),
|
||||
new MapIndexConfig().setAttribute("registryDesignation").setAttribute("registryUnit").setAttribute("registryInstrumentType")
|
||||
.setOrdered(false), // составной индекс (Composite Index)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue