Class SqlGeneratorSource

java.lang.Object
org.springframework.data.jdbc.core.convert.SqlGeneratorSource

public class SqlGeneratorSource extends Object
Provides SqlGenerators per domain type. Instances get cached, so when asked multiple times for the same domain type, the same generator will get returned.
Author:
Jens Schauder, Mark Paluch, Milan Milanov
  • Constructor Details

  • Method Details

    • getDialect

      public Dialect getDialect()
      Returns:
      the Dialect used by the created SqlGenerator instances. Guaranteed to be not null.