use of org.eclipse.persistence.sessions.server.ServerSession in project che by eclipse.
the class DBInitializer method setUpInjectionManager.
@Inject
public void setUpInjectionManager(GuiceEntityListenerInjectionManager injManager, EntityManagerFactory emFactory) {
final ServerSession session = emFactory.unwrap(ServerSession.class);
session.setEntityListenerInjectionManager(injManager);
}
Aggregations