| java.lang.Object hu.netmind.persistence.DatabaseFactory
DatabaseFactory | public class DatabaseFactory (Code) | | Database factory determines which database instance to use,
and instantiates it.
author: Brautigam Robert version: Revision: $Revision$ |
getDatabase | static Database getDatabase(DataSource source)(Code) | | Get the database instance for the datasource provided. This method
tries to guess the backend software specific settings and
algorithms, and instantiate a specific database implementation.
The database instance. |
|
|