From c295df33eaed375b25be225609be35f6bd48cff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Mon, 2 Nov 2015 00:08:43 +0200 Subject: [PATCH] Clarify pattern format --- .../src/main/docbook/en-US/content/tutorials/sql.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)