B C D E G I J L N O Q R S T U V 
All Classes All Packages

B

basePackageClasses() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Type-safe alternative to EnableSqliteRepositories.basePackages() for specifying the packages to scan for annotated components.
basePackages() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Base packages to scan for annotated components.

C

considerNestedRepositories() - Method in annotation type 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 JdbcAggregateTemplate when it's required
createJdbcRepositoryFactory(DataAccessStrategy, RelationalMappingContext, JdbcConverter, Dialect, ApplicationEventPublisher, NamedParameterJdbcOperations) - Method in class org.komamitsu.spring.data.sqlite.SqliteJdbcConfiguration
Return the customized SqliteJdbcRepositoryFactory to use it when to create

D

dataAccessStrategyRef() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Configures the name of the DataAccessStrategy bean definition to be used to create repositories discovered through this annotation.

E

EnableSqliteRepositories - Annotation Type in org.komamitsu.spring.data.sqlite
Annotation to enable SQLite repositories.
excludeFilters() - Method in annotation type 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 SqliteJdbcAggregateTemplate instead of JdbcAggregateTemplate.

I

includeFilters() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Specifies which types are eligible for component scanning.
insert(T) - Method in interface org.komamitsu.spring.data.sqlite.SqliteRepository
 
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() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Configures the name of the NamedParameterJdbcOperations bean 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() - Method in annotation type 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() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Returns the key of the QueryLookupStrategy to be used for lookup queries for query methods.

R

repositoryBaseClass() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Configure the repository base class to be used to create repository proxies for this particular configuration.
repositoryFactoryBeanClass() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
Returns the FactoryBean class to be used for each repository instance.
repositoryImplementationPostfix() - Method in annotation type 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.JdbcDialectProvider to return $SqliteDialect.
SqliteDialectProvider() - Constructor for class org.komamitsu.spring.data.sqlite.SqliteDialectProvider
 
SqliteJdbcAggregateTemplate - Class in org.komamitsu.spring.data.sqlite
An extended $JdbcAggregateTemplate customized 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 $AbstractJdbcConfiguration to 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 $JdbcRepositoryFactory to make $CrudRepository internally use $SqliteJdbcAggregateTemplate.
SqliteJdbcRepositoryFactory(DataAccessStrategy, RelationalMappingContext, JdbcConverter, Dialect, ApplicationEventPublisher, NamedParameterJdbcOperations) - Constructor for class org.komamitsu.spring.data.sqlite.SqliteJdbcRepositoryFactory
Creates a new JdbcRepositoryFactory for the given DataAccessStrategy, RelationalMappingContext and ApplicationEventPublisher.
SqliteRepository<T,​ID> - Interface in org.komamitsu.spring.data.sqlite
A Spring Data fragment repository interface for SQLite.
SqliteRepositoryConfigurationExtension - Class in org.komamitsu.spring.data.sqlite
JdbcRepositoryConfigExtension extending 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 CrudRepository and $SqliteRepository interface 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
RepositoryBeanDefinitionRegistrarSupport extending the repository registration for SQLite DB.
SqliteRepositoryRegistrar() - Constructor for class org.komamitsu.spring.data.sqlite.SqliteRepositoryRegistrar
 

T

transactionManagerRef() - Method in annotation type 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.SqliteRepository
 
update(T) - Method in class org.komamitsu.spring.data.sqlite.SqliteRepositoryImpl
 

V

value() - Method in annotation type org.komamitsu.spring.data.sqlite.EnableSqliteRepositories
B C D E G I J L N O Q R S T U V 
All Classes All Packages