You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Doug <do...@airdna.co> on 2017/06/15 02:29:09 UTC

assign alias for table name using annotations

Related to this pull request:

https://issues.apache.org/jira/browse/IGNITE-3964

Is there a way to assign an alias for a table name using the annotation
method similar to how you can assign an alias for a field name using the
following:

@QuerySqlField (name="foo")
private Short bar;



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/assign-alias-for-table-name-using-annotations-tp13759.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: assign alias for table name using annotations

Posted by vkulichenko <va...@gmail.com>.
No, this can be done only via QueryEntity.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/assign-alias-for-table-name-using-annotations-tp13759p14292.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.