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-05 17:16:27 +0200 (Fri, 05 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