Package net.sf.basedb.core.dbengine
Class EngineFactory
- java.lang.Object
-
- net.sf.basedb.core.dbengine.EngineFactory
-
public class EngineFactory extends Object
CreatesDbEngine
objects based on the Hibernate dialect.- Version:
- 2.0
- Author:
- nicklas
- Last modified
- $Date: 2014-06-10 13:27:02 +0200 (ti, 10 jun 2014) $
-
-
Constructor Summary
Constructors Constructor Description EngineFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DbEngine
createEngine(org.hibernate.dialect.Dialect dialect)
Create a newDbEngine
object.
-
-
-
Method Detail
-
createEngine
public static DbEngine createEngine(org.hibernate.dialect.Dialect dialect)
Create a newDbEngine
object.- Parameters:
dialect
- The Hibernate dialect- Returns:
- A DbEngine or null, if no implementation exists for the specified dialect
-
-