| Parse the transaction attribute for the given method or class,
based on a known annotation type.
This essentially parses a known transaction annotation into Spring's
metadata attribute class. Returns null if the method/class
is not transactional.
Parameters: ae - the annotated method or class TransactionAttribute the configured transaction attribute,or null if none was found See Also: AnnotationTransactionAttributeSource.determineTransactionAttribute |