Hibernate (framework): Difference between revisions

Content deleted Content added
History: Fixed date error.
Tag: section blanking
Line 67:
 
=== [http://docs.jboss.org/hibernate/stable/core/javadocs/org/hibernate/SessionFactory.html org.hibernate.SessionFactory] interface ===
 
References [[Immutable object|immutable]] and [[Thread safety|threadsafe]] object creating new Hibernate sessions. Hibernate-based applications are usually designed to make use only of a single instance of the class implementing this interface (often exposed using a [[singleton pattern|singleton design pattern]]).
 
=== [http://docs.jboss.org/hibernate/stable/core/javadocs/org/hibernate/Session.html org.hibernate.Session] interface ===