Return the transaction attribute, given this set of attributes
attached to a method or class. Overrides method from parent class.
This implementation converts Spring's Transactional annotation
to the Spring metadata classes. Returns null if it's not transactional.
Can be overridden to support custom annotations that carry transaction metadata.
Parameters: atts - attributes attached to a method or class. May be null ,in which case a null TransactionAttribute will be returned. TransactionAttribute the configured transaction attribute,or null if none was found See Also: Transactional |