You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/05/01 14:24:28 UTC

[Db-derby Wiki] Update of "DatabaseManagerSource" by DonaldMcLean

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by DonaldMcLean:
http://wiki.apache.org/db-derby/DatabaseManagerSource

------------------------------------------------------------------------------
  #language en
  == Source for DatabaseManager class ==
  {{{
+ /*
+  *  Copyright 2006, Donald McLean
+  *
+  *  This code is released under the terms of the
+  *  GNU Lesser General Public License
+  *  (http://www.opensource.org/licenses/lgpl-license.php).
+  *
+  */
  package your.package.here;
  
  import org.hibernate.Session;