Uses of Interface
org.sqlproc.engine.SqlSessionFactory
-
Packages that use SqlSessionFactory Package Description org.sqlproc.engine.jdbc The adapters and proxies for the JDBC stack. -
-
Uses of SqlSessionFactory in org.sqlproc.engine.jdbc
Classes in org.sqlproc.engine.jdbc that implement SqlSessionFactory Modifier and Type Class Description class
JdbcSessionFactory
The simple implementation of the factorySqlSessionFactory
for the JDBC stack.
-