Db.createQuery(entity_class, EQL) is gone? #3734
freemant2000
started this conversation in
General
Replies: 1 comment 4 replies
-
|
It was removed in 15.x, also 17.x |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems that this Db.createQuery(entity_class, EQL) method is gone? The Db.createQuery() method in v17.3.0 only accepts an entity class but not a query string. Is there still a way to write the complete query as a single string?
Thanks in advance :-)
Beta Was this translation helpful? Give feedback.
All reactions