Interface | Description |
---|---|
SqlGenerator<StatementType extends SqlStatement> |
SqlGenerator implementations take a database-independent SqlStatement interface and create a database-specific Sql object.
|
Class | Description |
---|---|
SqlGeneratorChain | |
SqlGeneratorFactory |
SqlGeneratorFactory is a singleton registry of SqlGenerators.
|