Interface SessionFactory
-
- All Known Implementing Classes:
DbSqlSessionFactory,EntityManagerSessionFactory,GenericManagerFactory,ProfilingDbSqlSessionFactory
@Internal public interface SessionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getSessionType()SessionopenSession(CommandContext commandContext)
-
-
-
Method Detail
-
getSessionType
java.lang.Class<?> getSessionType()
-
openSession
Session openSession(CommandContext commandContext)
-
-