Hibernate uso metodo connection() the method connection() from the type Session is deprecated

0 respostas
P

preciso usar Connection para passar pra JASPER …

mas o metodo da sesison o connection() está he method connection() from the type Session is deprecated

o que usar agora ???

Session session = (Session) manager.getDelegate();
		
		Connection conn = session.connection();
Criado 4 de fevereiro de 2009
Respostas 0
Participantes 1