HibernateSessionFactory.java | Annotation | todo javadoc
Annotation indicating that this field or method should be initialized with the HibernateSessionFactory object
that can be used to create Hibernate Session object that provide a connection to the unit test database.
If a field is annotated, it should be of type org.hibernate.SessionFactory . |