Ok i'm a stupid guys ... i need to Read The Fucking Documentation
before ask question ;)
So a simple configuration for hibernate is :
public static void
contributeHibernateSessionSource(Configuration configuration)
{
configuration.add("com.my.domain");
}
public SessionFactory
buil
Hi,
The Hibernate module configuration seem to be out of date !
The @Contribute annotation seems to be depecated (removed !).
I try to configure my IoC container for integrate Hibernate support
with session-per-request strategy with the help of module.
So i try this approach :
public static vo