Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am using MyEclipse 10.0 with Hibernate 3.3 and JVM 1.6. I have implemented a custom NamingStrategy which as long as I use my SessionFactory there are no problem. Issue is, I can’t use HQL editor since it is using DefaultNamingStrategy and all mappings would fail. Is there a way I can use my SessionFactory or NamingStrategy when using HQL Configuration?
No, I am setting it in my SessionFactory and registering it like:
configuration.setNamingStrategy(namingStrategy);
Also, it package-info.java is not being read, it seems like custom info’s are not being loaded from HQL but it is working for application.