Package org.komamitsu.spring.data.sqlite
Class SqliteRepositoryImpl<T,ID>
java.lang.Object
org.springframework.data.jdbc.repository.support.SimpleJdbcRepository<T,ID>
org.komamitsu.spring.data.sqlite.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
ConstructorsConstructorDescriptionSqliteRepositoryImpl(org.springframework.data.jdbc.core.JdbcAggregateOperations entityOperations, org.springframework.data.mapping.PersistentEntity<T, ?> entity, org.springframework.data.jdbc.core.convert.JdbcConverter converter) -
Method Summary
Methods inherited from class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAll, findAll, findAllById, findById, save, saveAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Constructor Details
-
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)
-
-
Method Details
-
insert
- Specified by:
insertin interfaceSqliteRepository<T,ID>
-
update
- Specified by:
updatein interfaceSqliteRepository<T,ID>
-