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 c019d0c3b..7414a1275 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 @@ -160,12 +160,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)