public class SqlGeneratorSource extends Object
SqlGenerators per domain type. Instances get cached, so when asked multiple times for the same
domain type, the same generator will get returned.| Constructor and Description |
|---|
SqlGeneratorSource(RelationalMappingContext context,
JdbcConverter converter,
Dialect dialect) |
public SqlGeneratorSource(RelationalMappingContext context, JdbcConverter converter, Dialect dialect)
public Dialect getDialect()
Dialect used by the created SqlGenerator instances. Guaranteed to be not
null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.