Class SQLiteDataOperator<T extends BaseDataEntity<String>>

java.lang.Object
com.ultikits.ultitools.interfaces.impl.data.AbstractRelationalDataOperator<T>
com.ultikits.ultitools.interfaces.impl.data.sqlite.SQLiteDataOperator<T>
Type Parameters:
T - the entity type
All Implemented Interfaces:
DataOperator<T>

public class SQLiteDataOperator<T extends BaseDataEntity<String>> extends AbstractRelationalDataOperator<T>
SQLite implementation of the data operator.

Extends the abstract relational operator, providing SQLite-specific table creation without engine specification.

Since:
6.0.0
Author:
wisdomme
  • Constructor Details

    • SQLiteDataOperator

      public SQLiteDataOperator(DataSource dataSource, Class<T> type)
      Creates a new SQLite data operator.
      Parameters:
      dataSource - the SQLite data source
      type - the entity class
  • Method Details