All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description EnableSqliteRepositories Annotation to enable SQLite repositories.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.SqliteRepository<T,ID> A Spring Data fragment repository interface for SQLite.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.