1. Hibernate JPA: Why is SQL executed? stackoverflow.comIs there a good way to determine why Hibernate/JPA performs a query. I have two entities linked by
|
2. import.sql won't load forum.hibernate.orgHi I am using Hibernate + Maven + Apache Derby, and creating a .jar file using maven. I can connect to Derby through Hibernate, and create a db with create=true, but it won't input my import.sql file. My hibernate config looks like this: |
3. Costum sql for collection loading problem |
4. Using SQL and loading referenced objects forum.hibernate.orgHibernate version:3 Name and version of the database you are using:Oracle 8.1 Hi all I am using Hibernate to execute SQL queries My problem is that it seems not to initialise the referenced objects in the returned object What happens next is that each time I am accessing the returned object's referenced objects Hibernate execute a query against the database I ... |
5. running sql before a load forum.hibernate.orgHi, I have an encrypted column in a table mapped as follows: Code: |