mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Clarify pattern format
This commit is contained in:
parent
997cded2dd
commit
c295df33ea
@ -160,12 +160,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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user