You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sql-queryname="x">
<query-paramname="queryString"type="AnsiString" />
select * from something s where s.some_string_field = :queryString
</sql-query>
It will guess a type at this location and ignore parameter description written in .hbm.xml file.
The text was updated successfully, but these errors were encountered:
deryaza
changed the title
NamedQuery igonres <query-param type="AnsiString">
NamedQuery igonres <query-param type="AnsiString"> and any other
Jun 9, 2023
fredericDelaporte
changed the title
NamedQuery igonres <query-param type="AnsiString"> and any other
NamedQuery ignores <query-param type="AnsiString"> and any other
Dec 24, 2023
If you write a named query with a parameter like:
It will guess a type at this location and ignore parameter description written in
.hbm.xml
file.The text was updated successfully, but these errors were encountered: