Interface SessionFactory
- 
- All Known Implementing Classes:
- DbEntityManagerFactory,- DbSqlPersistenceProviderFactory,- DbSqlSessionFactory,- EntityManagerSessionFactory,- GenericManagerFactory,- LdapIdentityProviderFactory,- SpringEntityManagerSessionFactory
 
 public interface SessionFactory- Author:
- Tom Baeyens
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getSessionType()SessionopenSession()
 
- 
- 
- 
Method Detail- 
getSessionTypejava.lang.Class<?> getSessionType() 
 - 
openSessionSession openSession() 
 
- 
 
-