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: spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/render/SelectRenderContext.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
* element without further whitespace processing. Hooks are responsible for adding required surrounding whitespaces.
26
26
*
27
27
* @author Mark Paluch
28
+
* @author Myeonghyeon Lee
28
29
* @since 1.1
29
30
*/
30
31
publicinterfaceSelectRenderContext {
@@ -39,6 +40,16 @@ public interface SelectRenderContext {
39
40
returnselect -> "";
40
41
}
41
42
43
+
/**
44
+
* Customization hook: Rendition of a part after {@code FROM} table.
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/render/SelectStatementVisitor.java
0 commit comments