Package org.komamitsu.spring.data.sqlite
-
Interface Summary Interface Description SqliteRepository<T,ID> A Spring Data fragment repository interface for SQLite. -
Class Summary Class Description SqliteDialect A SQL dialect for SQLite.SqliteDialectProvider An implementation of $DialectResolver.JdbcDialectProviderto return $SqliteDialect.SqliteJdbcAggregateTemplate An extended $JdbcAggregateTemplatecustomized for SQLite.SqliteJdbcConfiguration An extended $AbstractJdbcConfigurationto inject some custom classes to support SQLite.SqliteJdbcRepositoryFactory An extended $JdbcRepositoryFactoryto make $CrudRepositoryinternally use $SqliteJdbcAggregateTemplate.SqliteRepositoryConfigurationExtension JdbcRepositoryConfigExtensionextending the repository registration process by registering SQLite repositories.SqliteRepositoryImpl<T,ID> Default implementation ofCrudRepositoryand $SqliteRepositoryinterface in the integration of Spring Data and SQLite.SqliteRepositoryRegistrar RepositoryBeanDefinitionRegistrarSupportextending the repository registration for SQLite DB. -
Annotation Types Summary Annotation Type Description EnableSqliteRepositories Annotation to enable SQLite repositories.