|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlEngineFactory
The factory definition, which can be used to construct the SqlEngine
instances.
The factory can be based on Spring DI framework for example.
For more info please see the Reference Guide or the tutorials.
Method Summary | |
---|---|
SqlCrudEngine |
getCrudEngine(String name)
Returns the named SQL CRUD Engine instance (the primary SQL Processor class). |
SqlQueryEngine |
getQueryEngine(String name)
Returns the named SQL Query Engine instance (the primary SQL Processor class). |
Method Detail |
---|
SqlQueryEngine getQueryEngine(String name)
name
- the name of the required SQL Query Engine instance
SqlCrudEngine getCrudEngine(String name)
name
- the name of the required SQL CRUD Engine instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |