Hi,
If we have a cache that contains Order objects which has a set of Trades, is
it possible to query the cache on some fields from the Trade object or
search ?
The cache is IgniteCache<OrderKey, Order>
class Order {
/* class variables */
// some key fields
private Set<Trade> trades;
}
Here the tables are separate in the database, orders and trades, but for our
use cases, we always query them together, so we thought of merging them.
Thanks,
Binti
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/index-exposing-SqlField-on-a-composition-object-tp6243.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.