1. separate mappingResources from spring hibernate LocalSessionFactoryBean stackoverflow.comOk, I have this spring hibernate xml configuration.
|
2. How to set namingStrategy in LocalSessionFactoryBean in Spring 3.1.0 and hibernate 4? forum.springsource.orgHow to set namingStrategy in LocalSessionFactoryBean in Spring 3.1.0 and hibernate 4? Using spring 3.1.0.RC1 and hibernate 4.0.0.CR5. The hibernate 3 version of LocalSessionFactoryBean (org.springframework.orm.hibernate3.LocalSessionFa ctoryBean) had a property of org.hibernate.cfg.NamingStrategy ... |
3. Get hibernate configuration from LocalSessionFactoryBean forum.springsource.orgGet hibernate configuration from LocalSessionFactoryBean I want to get a hibernate configuration object from a LocalSessionFactoryBean, so that I can plug it into a hibernate console on startup. I defined this ... |
4. CacheException Hibernate LocalSessionFactoryBean forum.springsource.orgCacheException Hibernate LocalSessionFactoryBean I get following stacktrace when I try to start my webapplication which use Hibernate for data access: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'sessionFactory' defined in ServletContext ... |
5. Hibernate 3, LocalSessionFactoryBean - max_fetch_depth forum.springsource.orgHibernate 3, LocalSessionFactoryBean - max_fetch_depth Using Hibernate 3, Spring 1.2RC1, and LocalSessionFactoryBean, I can't seem to get max_fetch_depth to work. It continually defaults to 2 objects deep. Code: |
6. Using LocalSessionFactoryBean with Hibernate3 forum.springsource.orgIs it possible to use the getCurrentSession() of SessionFactory outside a transaction with Spring's hibernate3 support? The code in the TransactionAwareInvocationHandler class inside LocalSessionFactoryBean seems to disallow the creation of new ... |
7. Hibernate Tools x LocalSessionFactoryBean forum.springsource.orgI'm not sure that Hibernate Tools has any workaround. However, the LocalSessionFactoryBean can use a hibernate.cfg.xml, with the configLocation attribute, like this: Code: |
8. how to get LocalSessionFactoryBean -- hibernate configuration forum.springsource.orghow to get LocalSessionFactoryBean -- hibernate configuration Hello there, I found couple post, but nothing that solved my problem. I am trying to create a database logger. for that i need ... |
9. LocalSessionFactoryBean & JPA forum.springsource.orgLocalSessionFactoryBean & JPA Hi, In my application I'm using JPA for my OR mapping, so I have a DAO that extends JpaDaoSupport. The thing is: now I want to make some ... |
10. Unit testing with Spring and Hibernate Mocking LocalSessionFactoryBean forum.springsource.orgUnit testing with Spring and Hibernate Mocking LocalSessionFactoryBean Code: |
11. Spring + Hibernate problem: LocalSessionFactoryBean not found (libraries included) forum.springsource.orgSpring + Hibernate problem: LocalSessionFactoryBean not found (libraries included) Hi all!, Im trying to implement a web application using spring + hibernate. Unfortunately, when I try to deploy my application on ... |