org.topbraid.spin.spr
Class TableEngines
java.lang.Object
org.topbraid.spin.spr.TableEngines
public class TableEngines
- extends java.lang.Object
A Singleton managing the registered TableEngines.
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableEngines
public TableEngines()
get
public static TableEngines get()
set
public static void set(TableEngines value)
getDefaultTableEngine
public TableEngine getDefaultTableEngine()
getForType
public TableEngine getForType(Resource type)
register
public void register(Resource type,
TableEngine tableEngine)