Hi,
Is there a way to get the source code for orm.jar and since it uses hibernate, could I use my own version of hibernate and not have it inside of the jar in order to control which version of hibernate I use?
Thanks
JP
Hi,
Is there a way to get the source code for orm.jar and since it uses hibernate, could I use my own version of hibernate and not have it inside of the jar in order to control which version of hibernate I use?
Thanks
JP
Hi JP,
Thanks for your post. I’ve left a private message about source code for orm.jar to you, please have a check.
About using your own version of Hibernate, you can click Select Optional Jar inside the Database Code Generation dialog, then uncheck ORM Persisitent Engine (see image below). After that you will be able to use your own Hibernate when generate code.
** Please note that this is not recommended since we cannot guarantee it works fine with other versions of Hibernate.
Hope this helps. If there is any further inquiry, please do not hesitate to contact me.
Best regards,
Lilian Wong
Thank you so much (did not know that ORM persistence Engine = Hibernate Folder)
Hi JP,
You are welcome.
Best regards,
Lilian Wong