java.lang.Object
org.seasar.doma.jdbc.CallerCommenter
- All Implemented Interfaces:
Commenter
A commenter that appends information about the caller class and the caller method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomment(String sql, CommentContext context) Adds the comment to the SQL string.
-
Constructor Details
-
CallerCommenter
public CallerCommenter()
-
-
Method Details