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
Since there is no plan to turn RxJDBC into a ORM, but perhaps ONLY this portion of the
Library will be useful for the user of your library to avoid the JDBC-(Postgress/MySQL/Oracle/MsSQL...)SQL conversion error.
Hi,
Since there is no plan to turn RxJDBC into a ORM, but perhaps ONLY this portion of the
Library will be useful for the user of your library to avoid the JDBC-(Postgress/MySQL/Oracle/MsSQL...)SQL conversion error.
Consider a hack into this Hibernate Code and how to merge into your library:
How to get SQL from Hibernate Criteria API (not for logging)
http://stackoverflow.com/questions/554481/how-to-get-sql-from-hibernate-criteria-api-not-for-logging
The text was updated successfully, but these errors were encountered: