Uses of Package
org.mybatis.spring
-
Packages that use org.mybatis.spring 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 forItemReader
andItemWriter
.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. -
Classes in org.mybatis.spring used by org.mybatis.spring.batch Class 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. -
Classes in org.mybatis.spring used by org.mybatis.spring.batch.builder Class 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. -
Classes in org.mybatis.spring used by org.mybatis.spring.mapper Class 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. -
Classes in org.mybatis.spring used by org.mybatis.spring.support Class 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.