Uses of Class
org.litebridge.db.spi.impl.sql.InsertSqlGenerator
Packages that use InsertSqlGenerator
Package
Description
Abstract implementation classes for the Litebridge Database SPI.
-
Uses of InsertSqlGenerator in org.litebridge.db.spi.impl
Fields in org.litebridge.db.spi.impl with type parameters of type InsertSqlGeneratorModifier and TypeFieldDescriptionprotected final ConcurrentLazy<InsertSqlGenerator> AbstractDatabaseProvider.insertSqlGeneratorLazy-loaded INSERT SQL generator.Methods in org.litebridge.db.spi.impl that return InsertSqlGeneratorModifier and TypeMethodDescriptionprotected InsertSqlGeneratorAbstractDatabaseProvider.createInsertSqlGenerator()Create anInsertSqlGeneratorinstance for the database provider.