1. Loading mappings on server startup forum.hibernate.org |
2. Hibernate load entire DB on startup forum.hibernate.orgi will paste some debug here, so. - Hibernate 2.1.7 - hibernate.properties not found - using CGLIB reflection optimizer ( wich is disabled for some beans ) - using JDK 1.4 java.sql.Timestamp handling - Use outer join fetching: true - Optimize cache for minimal puts: false on the mapping files I have: dynamic-update="false" and dynamic-insert="false" on the class tag, on collection ... |
3. Hibernate load's every collection and association at startup forum.hibernate.org |