Class SqliteRepositoryImpl<T,​ID>

  • All Implemented Interfaces:
    SqliteRepository<T,​ID>, org.springframework.data.repository.CrudRepository<T,​ID>, org.springframework.data.repository.PagingAndSortingRepository<T,​ID>, org.springframework.data.repository.Repository<T,​ID>

    public class SqliteRepositoryImpl<T,​ID>
    extends org.springframework.data.jdbc.repository.support.SimpleJdbcRepository<T,​ID>
    implements SqliteRepository<T,​ID>
    Default implementation of CrudRepository and $SqliteRepository interface in the integration of Spring Data and SQLite.
    • Constructor Summary

      Constructors 
      Constructor Description
      SqliteRepositoryImpl​(org.springframework.data.jdbc.core.JdbcAggregateOperations entityOperations, org.springframework.data.mapping.PersistentEntity<T,​?> entity, org.springframework.data.jdbc.core.convert.JdbcConverter converter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T insert​(T instance)  
      T update​(T instance)  
      • Methods inherited from class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAll, findAll, findAllById, findById, save, saveAll
      • 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.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll
    • Constructor Detail

      • SqliteRepositoryImpl

        public SqliteRepositoryImpl​(org.springframework.data.jdbc.core.JdbcAggregateOperations entityOperations,
                                    org.springframework.data.mapping.PersistentEntity<T,​?> entity,
                                    org.springframework.data.jdbc.core.convert.JdbcConverter converter)