Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit f03fbfc

Browse files
authored
Add SQL Builder Settings (#18)
1 parent db126d3 commit f03fbfc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/config.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,14 @@ create your own EntityListenerProvider.
223223

224224
The default EntityListenerProvider get the entity listener from the accepted supplier.
225225

226+
SQL Builder Settings
227+
--------------------
228+
229+
Return a ``SqlBuilderSettings`` from the ``getSqlBuilderSettings`` method.
230+
231+
``SqlBuilderSettings`` controls the building of SQL.
232+
Specifically, it can remove comments and blank lines from the SQL.
233+
226234
Loading JDBC drivers
227235
====================
228236

0 commit comments

Comments
 (0)