Can Hibernate Generate Upper CQL? To wit. Some options that need to be sent to
SELECT table1_.prop1_ my_table table table 1_;
instead of current
select table 1_.prop1_ as my_table in table 1_;
which can be read very little to me, esp is spilled HBN for long questions.
I am not aware of a method of upper case Keywords are only out-of-the-box, but you can write your interceptor and apply it to change the SQL string as you like.
Comments
Post a Comment