Interface SessionFactory
-
- All Known Implementing Classes:
DbSqlSessionFactory,GenericManagerFactory,LoggingSessionFactory,VariableListenerSessionFactory
public interface SessionFactory- Author:
- Tom Baeyens, Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getSessionType()SessionopenSession(CommandContext commandContext)
-
-
-
Method Detail
-
getSessionType
Class<?> getSessionType()
-
openSession
Session openSession(CommandContext commandContext)
-
-