imdg RegistryMapStore добавил составной индекс

This commit is contained in:
AKurakin 2024-07-08 19:18:06 +03:00
parent 1bd41b8f50
commit ea62e8103e

View file

@ -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)
};
}