JDK 1.5+ annotation for transaction demarcation.
Hooked into Spring's transaction interception infrastructure
via a special TransactionAttributeSource implementation.
Enumeration that represents transaction isolation levels
for use with the JDK 1.5+ transaction annotation, corresponding
to the TransactionDefinition interface.
Enumeration that represents transaction propagation behaviors
for use with the JDK 1.5+ transaction annotation, corresponding
to the TransactionDefinition interface.