Thursday, December 4, 2014

SessionFactory is Hibernate (asp.net ,C#.net)

  1. SessionFactory is Hibernate s concept of a single datastore and is threadsafe so that many threads can access it concurrently and request for sessions and immutable cache of compiled mappings for a single database. A SessionFactory is usually only built once at startup.

No comments:

Post a Comment