Thank you - I will look at this example and write back what I find

-----Original Message-----
From: akurbanov <[email protected]> 
Sent: Friday, January 4, 2019 10:56 AM
To: [email protected]
Subject: Re: sql table names and annotations

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