Package it.ovunque.bd

Class GestoreSessioniSpring

java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
it.ovunque.bd.GestoreSessioniSpring
All Implemented Interfaces:
GestoreSessioni, org.springframework.beans.factory.InitializingBean

public class GestoreSessioniSpring extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements GestoreSessioni
  • Field Summary

    Fields inherited from class org.springframework.dao.support.DaoSupport

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    chiudiSeNecessario(org.hibernate.Session sessione)
     
    void
    impFabbricaSessioni(org.hibernate.SessionFactory fabbricaSessioni)
     
    org.hibernate.Session
     
    void
    rilasciaSessione(org.hibernate.Session sessione)
     

    Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport

    checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory

    Methods inherited from class org.springframework.dao.support.DaoSupport

    afterPropertiesSet, initDao

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GestoreSessioniSpring

      public GestoreSessioniSpring()
  • Method Details