You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework-docs/modules/ROOT/pages/data-access/transaction/declarative/annotations.adoc
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -74,10 +74,11 @@ Kotlin::
74
74
----
75
75
======
76
76
77
-
Used at the class level as above, the annotation indicates a default for all methods of
78
-
the declaring class (as well as its subclasses). Alternatively, each method can be
79
-
annotated individually. See xref:data-access/transaction/declarative/annotations.adoc#transaction-declarative-annotations-method-visibility[method visibility] for
80
-
further details on which methods Spring considers transactional. Note that a class-level
77
+
Used at the class level as above, the annotation indicates a default for all methods
78
+
of the declaring class (as well as its subclasses). Alternatively, each method can be
0 commit comments