diff --git a/querydsl-docs/src/main/docbook/en-US/content/tutorials/sql.xml b/querydsl-docs/src/main/docbook/en-US/content/tutorials/sql.xml index cbd452fd5..8ce505810 100644 --- a/querydsl-docs/src/main/docbook/en-US/content/tutorials/sql.xml +++ b/querydsl-docs/src/main/docbook/en-US/content/tutorials/sql.xml @@ -159,12 +159,12 @@ schemaPattern - a schema name pattern; must match the schema name as it is stored in the database; + a schema name pattern in LIKE pattern form; must match the schema name as it is stored in the database; (default: null) tableNamePattern - a table name pattern; must match the table name as it is stored in the database, + a table name pattern in LIKE pattern form; must match the table name as it is stored in the database, multiple can be separated by comma (default: null)