public interface SqlSessionFactory
SqlSession instances.
The factory can be based on Spring DI framework for example.
For more info please see the Tutorials.
| Modifier and Type | Method and Description |
|---|---|
SqlSession |
getSqlSession()
The main contract of this factory.
|
SqlSession getSqlSession()
Copyright © 2018. All rights reserved.