Uses of Class
org.litebridge.db.spi.impl.sql.DeleteSqlGenerator
Packages that use DeleteSqlGenerator
Package
Description
Abstract implementation classes for the Litebridge Database SPI.
-
Uses of DeleteSqlGenerator in org.litebridge.db.spi.impl
Fields in org.litebridge.db.spi.impl with type parameters of type DeleteSqlGeneratorModifier and TypeFieldDescriptionprotected final ConcurrentLazy<DeleteSqlGenerator> AbstractDatabaseProvider.deleteSqlGeneratorLazy-loaded DELETE SQL generator.Methods in org.litebridge.db.spi.impl that return DeleteSqlGeneratorModifier and TypeMethodDescriptionprotected DeleteSqlGeneratorAbstractDatabaseProvider.createDeleteSqlGenerator()Create aDeleteSqlGeneratorinstance for the database provider.