Merge pull request #1631 from querydsl/i1308

Clarify pattern format
This commit is contained in:
John Tims 2015-11-10 08:07:44 -07:00
commit 4f8144efba

View File

@ -159,12 +159,12 @@
</row>
<row>
<entry>schemaPattern</entry>
<entry>a schema name pattern; must match the schema name as it is stored in the database;
<entry>a schema name pattern in LIKE pattern form; must match the schema name as it is stored in the database;
(default: null)</entry>
</row>
<row>
<entry>tableNamePattern</entry>
<entry>a table name pattern; must match the table name as it is stored in the database,
<entry>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)</entry>
</row>