help.SchemaCrawler.spring.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schemacrawler Show documentation
Show all versions of schemacrawler Show documentation
SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.
SchemaCrawler - Spring Integration
--- Optional Configuration Options ---
-c (short for -context-file )
Reads Spring context XML file from instead
of the default schemacrawler.context.xml
-e (short for -executable )
Uses a bean named for the executable, instead of the default, a
bean named 'executable'
-d (short for -datasource )
Uses a bean named for a datasource, instead of the default, a
bean named 'datasource'