Package | Description |
---|---|
org.mybatis.spring.batch |
Contains classes to facilitate the migration in Spring-Batch applications.
|
org.mybatis.spring.batch.builder |
Contains classes to builder classes for
ItemReader and
ItemWriter . |
org.mybatis.spring.mapper |
Contains classes for automatically building MyBatis mapper proxy classes at
application startup.
|
org.mybatis.spring.support |
Contains Spring3.X support classes for MyBatis.
|
Class and Description |
---|
SqlSessionTemplate
Thread safe, Spring managed,
SqlSession that works with Spring
transaction management to ensure that that the actual SqlSession used is the
one associated with the current Spring transaction. |
Class and Description |
---|
SqlSessionTemplate
Thread safe, Spring managed,
SqlSession that works with Spring
transaction management to ensure that that the actual SqlSession used is the
one associated with the current Spring transaction. |
Class and Description |
---|
SqlSessionTemplate
Thread safe, Spring managed,
SqlSession that works with Spring
transaction management to ensure that that the actual SqlSession used is the
one associated with the current Spring transaction. |
Class and Description |
---|
SqlSessionTemplate
Thread safe, Spring managed,
SqlSession that works with Spring
transaction management to ensure that that the actual SqlSession used is the
one associated with the current Spring transaction. |
Copyright © 2010–2019 MyBatis.org. All rights reserved.