Class SqliteDialect

java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.komamitsu.spring.data.sqlite.SqliteDialect
All Implemented Interfaces:
org.springframework.data.relational.core.dialect.Dialect

public class SqliteDialect extends org.springframework.data.relational.core.dialect.AbstractDialect
A SQL dialect for SQLite. This class does nothing for pessimistic locking as SQLite doesn't support the feature.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SqliteDialect
    Singleton instance.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.relational.core.sql.IdentifierProcessing
     
    org.springframework.data.relational.core.dialect.LimitClause
     
    org.springframework.data.relational.core.dialect.LockClause
     

    Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect

    getAfterFromTable, getAfterOrderBy, getSelectContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.relational.core.dialect.Dialect

    getArraySupport, getConverters, getIdGeneration, getInsertRenderContext, getLikeEscaper, orderByNullHandling, simpleTypes
  • Field Details

    • INSTANCE

      public static final SqliteDialect INSTANCE
      Singleton instance.
  • Constructor Details

    • SqliteDialect

      public SqliteDialect()
  • Method Details

    • limit

      public org.springframework.data.relational.core.dialect.LimitClause limit()
    • lock

      public org.springframework.data.relational.core.dialect.LockClause lock()
    • getIdentifierProcessing

      public org.springframework.data.relational.core.sql.IdentifierProcessing getIdentifierProcessing()