Package net.sf.basedb.core.dbengine
Class EngineFactory
java.lang.Object
net.sf.basedb.core.dbengine.EngineFactory
Creates
DbEngine
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic DbEngine
createEngine
(Dialect dialect) Create a newDbEngine
object.
-
Constructor Details
-
EngineFactory
public EngineFactory()
-
-
Method Details
-
createEngine
Create a newDbEngine
object.- Parameters:
dialect
- The Hibernate dialect- Returns:
- A DbEngine or null, if no implementation exists for the specified dialect
-