|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
SqlSessionTemplate.execute
with an active
SqlSession
.
MapperScannerPostProcessor
registers new mappers creating new MapperFactoryBean
s
but if there are other MapperFactoryBean
s defined in the context their
bean definitions are created before the MapperScannerPostProcessor
is executed.Mapper
annotation
and registers MapperFactoryBeans.org.springframework.dao
exceptions.<properties>
tag in the configuration xml file.
SpringManagedTransaction
.Executor
interface.FactoryBean
that creates an MyBatis
SqlSessionFactory
.SqlSessionTemplate
.SqlSession
API, converting checked SQLExceptions into unchecked
DataAccessExceptions, following the org.springframework.dao
exception hierarchy.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |