Hibernate - SessionFactory & Session

  • SessionFactory is a factory class for session objects.
  • SessionFactory will available for whole application but session will available for a single transaction.
  • SessionFactory is thread safe but session is not thread safe.
  • SessionFactory will create using, 
Configuration.buildSessionFactory() 

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab