net.sf.basedb.core.dbengine
Class EngineFactory
java.lang.Object
net.sf.basedb.core.dbengine.EngineFactory
public class EngineFactory
- extends Object
Creates DbEngine objects based on the Hibernate dialect.
- Version:
- 2.0
- Author:
- nicklas
- Last modified
- $Date: 2008-09-11 22:11:02 +0200 (Thu, 11 Sep 2008) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngineFactory
public EngineFactory()
createEngine
public static DbEngine createEngine(Dialect dialect)
- Create a new
DbEngine object.
- Parameters:
dialect - The Hibernate dialect
- Returns:
- A DbEngine or null, if no implementation exists for the specified dialect