Hello,
We are using SmartClient release 8.3 12/12/12.
We need to use different hibernate configuration for each DataSource. I understand that that this can be achieved by using sprint and providing config bean for each DataSource but the problem is that we don't use spring at all. Is there another way to get this functionality?
Furthermore, I wanted to know, if I am setting this properties in server.properties
How do I know what methods I need to write in the HibernateSessionFactoryFetcher class? (I couldn't find any documentation about it)
Thank you.
We are using SmartClient release 8.3 12/12/12.
We need to use different hibernate configuration for each DataSource. I understand that that this can be achieved by using sprint and providing config bean for each DataSource but the problem is that we don't use spring at all. Is there another way to get this functionality?
Furthermore, I wanted to know, if I am setting this properties in server.properties
Code:
hibernate.config.lookupStyle: factory hibernate.config.className: com.msp.smartclient.HibernateSessionFactoryFetcher
Thank you.
Comment