2.17.2: 2011-06-17

net.sf.basedb.core.dbengine
Class EngineFactory

java.lang.Object
  extended by 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) $

Constructor Summary
EngineFactory()
           
 
Method Summary
static DbEngine createEngine(org.hibernate.dialect.Dialect dialect)
          Create a new DbEngine object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineFactory

public EngineFactory()
Method Detail

createEngine

public static DbEngine createEngine(org.hibernate.dialect.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

2.17.2: 2011-06-17