Index
All Classes and Interfaces|All Packages
B
- basePackageClasses() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Type-safe alternative to
EnableSqliteRepositories.basePackages()for specifying the packages to scan for annotated components. - basePackages() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Base packages to scan for annotated components.
C
- considerNestedRepositories() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Configures whether nested repository-interfaces (e.g.
- createJdbcAggregateTemplate(ApplicationContext, JdbcMappingContext, JdbcConverter, DataAccessStrategy) - Method in class org.komamitsu.spring.data.sqlite.SqliteJdbcConfiguration
-
Return the customized SqliteJdbcAggregateTemplate to use it as
JdbcAggregateTemplatewhen it's required - createJdbcRepositoryFactory(DataAccessStrategy, RelationalMappingContext, JdbcConverter, Dialect, ApplicationEventPublisher, NamedParameterJdbcOperations) - Method in class org.komamitsu.spring.data.sqlite.SqliteJdbcConfiguration
-
Return the customized
SqliteJdbcRepositoryFactoryto use it when to create
D
- dataAccessStrategyRef() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Configures the name of the
DataAccessStrategybean definition to be used to create repositories discovered through this annotation.
E
- EnableSqliteRepositories - Annotation Interface in org.komamitsu.spring.data.sqlite
-
Annotation to enable SQLite repositories.
- excludeFilters() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Specifies which types are not eligible for component scanning.
G
- getAnnotation() - Method in class org.komamitsu.spring.data.sqlite.SqliteRepositoryRegistrar
- getDialect(JdbcOperations) - Method in class org.komamitsu.spring.data.sqlite.SqliteDialectProvider
- getExtension() - Method in class org.komamitsu.spring.data.sqlite.SqliteRepositoryRegistrar
- getIdentifierProcessing() - Method in class org.komamitsu.spring.data.sqlite.SqliteDialect
- getModulePrefix() - Method in class org.komamitsu.spring.data.sqlite.SqliteRepositoryConfigurationExtension
- getRepositoryFactoryBeanClassName() - Method in class org.komamitsu.spring.data.sqlite.SqliteRepositoryConfigurationExtension
- getTargetRepository(RepositoryInformation) - Method in class org.komamitsu.spring.data.sqlite.SqliteJdbcRepositoryFactory
-
Returns a target repository that uses
SqliteJdbcAggregateTemplateinstead ofJdbcAggregateTemplate.
I
- includeFilters() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Specifies which types are eligible for component scanning.
- insert(T) - Method in interface org.komamitsu.spring.data.sqlite.SqliteHelperRepository
- insert(T) - Method in class org.komamitsu.spring.data.sqlite.SqliteRepositoryImpl
- INSTANCE - Static variable in class org.komamitsu.spring.data.sqlite.SqliteDialect
-
Singleton instance.
J
- jdbcOperationsRef() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Configures the name of the
NamedParameterJdbcOperationsbean definition to be used to create repositories discovered through this annotation.
L
- limit() - Method in class org.komamitsu.spring.data.sqlite.SqliteDialect
- lock() - Method in class org.komamitsu.spring.data.sqlite.SqliteDialect
N
- namedQueriesLocation() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Configures the location of where to find the Spring Data named queries properties file.
O
- org.komamitsu.spring.data.sqlite - package org.komamitsu.spring.data.sqlite
Q
- queryLookupStrategy() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Returns the key of the
QueryLookupStrategyto be used for lookup queries for query methods.
R
- repositoryBaseClass() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryFactoryBeanClass() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Returns the
FactoryBeanclass to be used for each repository instance. - repositoryImplementationPostfix() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
S
- setEntityCallbacks(EntityCallbacks) - Method in class org.komamitsu.spring.data.sqlite.SqliteJdbcRepositoryFactory
- SqliteDialect - Class in org.komamitsu.spring.data.sqlite
-
A SQL dialect for SQLite.
- SqliteDialect() - Constructor for class org.komamitsu.spring.data.sqlite.SqliteDialect
- SqliteDialectProvider - Class in org.komamitsu.spring.data.sqlite
-
An implementation of $
DialectResolver.JdbcDialectProviderto return $SqliteDialect. - SqliteDialectProvider() - Constructor for class org.komamitsu.spring.data.sqlite.SqliteDialectProvider
- SqliteHelperRepository<T> - Interface in org.komamitsu.spring.data.sqlite
-
A Spring Data fragment repository interface for SQLite.
- SqliteJdbcAggregateTemplate - Class in org.komamitsu.spring.data.sqlite
-
An extended $
JdbcAggregateTemplatecustomized for SQLite. - SqliteJdbcAggregateTemplate(ApplicationContext, RelationalMappingContext, JdbcConverter, DataAccessStrategy) - Constructor for class org.komamitsu.spring.data.sqlite.SqliteJdbcAggregateTemplate
- SqliteJdbcAggregateTemplate(ApplicationEventPublisher, RelationalMappingContext, JdbcConverter, DataAccessStrategy) - Constructor for class org.komamitsu.spring.data.sqlite.SqliteJdbcAggregateTemplate
- SqliteJdbcConfiguration - Class in org.komamitsu.spring.data.sqlite
-
An extended $
AbstractJdbcConfigurationto inject some custom classes to support SQLite. - SqliteJdbcConfiguration() - Constructor for class org.komamitsu.spring.data.sqlite.SqliteJdbcConfiguration
- SqliteJdbcRepositoryFactory - Class in org.komamitsu.spring.data.sqlite
-
An extended $
JdbcRepositoryFactoryto make $CrudRepositoryinternally use $SqliteJdbcAggregateTemplate. - SqliteJdbcRepositoryFactory(DataAccessStrategy, RelationalMappingContext, JdbcConverter, Dialect, ApplicationEventPublisher, NamedParameterJdbcOperations) - Constructor for class org.komamitsu.spring.data.sqlite.SqliteJdbcRepositoryFactory
-
Creates a new
JdbcRepositoryFactoryfor the givenDataAccessStrategy,RelationalMappingContextandApplicationEventPublisher. - SqliteRepositoryConfigurationExtension - Class in org.komamitsu.spring.data.sqlite
-
JdbcRepositoryConfigExtensionextending the repository registration process by registering SQLite repositories. - SqliteRepositoryConfigurationExtension() - Constructor for class org.komamitsu.spring.data.sqlite.SqliteRepositoryConfigurationExtension
- SqliteRepositoryImpl<T,
ID> - Class in org.komamitsu.spring.data.sqlite -
Default implementation of
CrudRepositoryand $SqliteHelperRepositoryinterface in the integration of Spring Data and SQLite. - SqliteRepositoryImpl(JdbcAggregateOperations, PersistentEntity<T, ?>, JdbcConverter) - Constructor for class org.komamitsu.spring.data.sqlite.SqliteRepositoryImpl
- SqliteRepositoryRegistrar - Class in org.komamitsu.spring.data.sqlite
-
RepositoryBeanDefinitionRegistrarSupportextending the repository registration for SQLite DB. - SqliteRepositoryRegistrar() - Constructor for class org.komamitsu.spring.data.sqlite.SqliteRepositoryRegistrar
T
- transactionManagerRef() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Configures the name of the DataSourceTransactionManager bean definition to be used to create repositories discovered through this annotation.
U
- update(T) - Method in interface org.komamitsu.spring.data.sqlite.SqliteHelperRepository
- update(T) - Method in class org.komamitsu.spring.data.sqlite.SqliteRepositoryImpl
V
- value() - Element in annotation interface org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
-
Alias for the
EnableSqliteRepositories.basePackages()attribute.
All Classes and Interfaces|All Packages