Hibernate: select _1_0."id",_1_0."country_code",_1_0."number" from "person_mobile" _1_0 where _1_0."id"=?
org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
ERROR: unknown token: _ in statement [select _1_0."id",_1_0."country_code",_1_0."number" from "person_mobile" _1_0 where _1_0."id"=?]
1- can i config hibernate how naming variables in generated query ?
2- can i config hibernate to quote auto generated variables like _1_0