Package it.ovunque.bd
Interface GestoreSessioni
- All Known Implementing Classes:
GestoreSessioniSpring
public interface GestoreSessioni
-
Method Summary
Modifier and TypeMethodDescriptionvoidchiudiSeNecessario(org.hibernate.Session sessione) voidimpFabbricaSessioni(org.hibernate.SessionFactory fabbricaSessioni) org.hibernate.SessionvoidrilasciaSessione(org.hibernate.Session sessione)
-
Method Details
-
prendiSessione
org.hibernate.Session prendiSessione() -
rilasciaSessione
void rilasciaSessione(org.hibernate.Session sessione) -
impFabbricaSessioni
void impFabbricaSessioni(org.hibernate.SessionFactory fabbricaSessioni) -
chiudiSeNecessario
void chiudiSeNecessario(org.hibernate.Session sessione)
-