| Java 5 specific subclass of
AbstractTransactionalDataSourceSpringContextTests , exposing a
SimpleJdbcTemplate and obeying annotations for transaction control.
For example, test methods can be annotated with the regular Spring
org.springframework.transaction.annotation.Transactional annotation
(for example, to force execution in a read-only transaction) or with the
NotTransactional annotation to prevent any transaction being created
at all.
author: Rod Johnson since: 2.0 |