As far as I know, there is currently no way to set custom table name using
annotation-based approach.

Currently it is possible to do using QueryEntity-based approach, take a look
at this example which shows how to create table metadata using QueryEntities
in CacheConfiguration:
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryQueryExample.java

Table name could be set using .setTableName(name); on given QueryEntity
instance.

Would this work for your case?

Regards,
Anton



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to