HHH-7011 - Document multi-tenancy

This commit is contained in:
Steve Ebersole 2012-02-07 08:14:58 -06:00
parent 80ae4d5724
commit 6702688c1f
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@
with different database schema definitions and JDBC setups.
</para>
<note>
<para>
Each approach has pros and cons as well as specific techniques and considerations. Such
topics are beyond the scope of this documentation. Many resources exist which delve into these
other topics. One example is <ulink url=" http://msdn.microsoft.com/en-us/library/aa479086.aspx"/>
which does a great job of covering these topics.
</para>
</note>
<section>
<title>Separate database</title>