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