Re: Schema vs CacheName

2017-08-31 Thread afedotov
Hi, Schema name and cache names match by default when a cache is configured via either annotations or QueryEntity-es Please refer to the following documentation section. Let me clarify your questions: Q1: You can set a schema name distinct from the default matching the cache name by calling

Schema vs CacheName

2017-08-29 Thread Roger Fischer (CW)
Hello, I am a bit confused about schemas and cache names. In some cases they seem synonymous, on others the appear different. So far I have defined everything in XML configuration. To execute a query, I get the cache [getOrCreateCache()], and then execute the query statement. When the