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
Currently Hibernate is used to interact with the database. It may be worth looking into switching to using JOOQ (https://www.jooq.org/) to allow for more control over the SQL that is generated to interact with the database.
The text was updated successfully, but these errors were encountered:
Currently Hibernate is used to interact with the database. It may be worth looking into switching to using JOOQ (https://www.jooq.org/) to allow for more control over the SQL that is generated to interact with the database.
The text was updated successfully, but these errors were encountered: