Skip navigation links
A B C D E F G H I J M N O P Q R S T U V W 

A

addPersistentProperty(SpannerPersistentProperty) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
addQueryOption(Options.QueryOption) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
addReadOption(Options.ReadOption) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
applyMutations(Collection<Mutation>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
applySort(Sort, StringBuilder, Function<Sort.Order, String>) - Static method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerStatementQueryExecutor
 
applySortingPagingQueryOptions(Class<T>, SpannerPageableQueryOptions, String, SpannerMappingContext) - Static method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerStatementQueryExecutor
Apply paging and sorting options to a query string.

B

buildStatementFromSqlWithArgs(String, List<String>, Function<Object, Struct>, SpannerCustomConverter, Object[]) - Static method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerStatementQueryExecutor
Creates a Cloud Spanner statement.

C

canConvert(Class<?>, Class<?>) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerCustomConverter
 
Column - Annotation Type in org.springframework.cloud.gcp.data.spanner.core.mapping
Annotation for a SpannerPersistentProperty that allows specifying the column name instead of deriving it from the field's name.
columns() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Gets the column names stored for this entity.
columns() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
constructPersistentEntity(TypeInformation<T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerMappingContext
 
ConversionUtils - Class in org.springframework.cloud.gcp.data.spanner.core.convert
Utility functions used in conversion operations.
convert(Object, Class<T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerCustomConverter
 
ConverterAwareMappingSpannerEntityProcessor - Class in org.springframework.cloud.gcp.data.spanner.core.convert
The primary class for writing entity objects to Spanner and creating entity objects from rows stored in Spanner.
ConverterAwareMappingSpannerEntityProcessor(SpannerMappingContext) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
ConverterAwareMappingSpannerEntityProcessor(SpannerMappingContext, Collection<Converter>, Collection<Converter>) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
ConverterAwareMappingSpannerEntityWriter - Class in org.springframework.cloud.gcp.data.spanner.core.convert
The primary class for adding values from entity objects to Mutation.WriteBuilder for the purpose of creating mutations for Spanner.
convertToKey(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
convertToKey(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityWriter
 
convertToKey(Object) - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityWriter
Convert a given object to a Cloud Spanner key.
count(Class) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Count how many objects are stored of the given type.
count(Class) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
count() - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
createAssociation() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerMappingContext
 
createPersistentProperty(Property, SpannerPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerMappingContext
 
createRepositoryFactory() - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactoryBean
 

D

databaseExists() - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Returns true if the configured database ID refers to an existing database.
DEFAULT_SPANNER_READ_CONVERTERS - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
Converters from common types to those used by Spanner.
DEFAULT_SPANNER_WRITE_CONVERTERS - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
Converters from common types to those used by Spanner.
delete(Class<T>, Iterable<? extends T>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactory
Deletes several objects from Spanner.
delete(T) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactory
Deletes a single object from Spanner.
delete(Class, KeySet) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactory
Deletes a set of keys from Spanner.
delete(Class, Key) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactory
Deletes a key from Spanner.
delete(Class<T>, Iterable<? extends T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
 
delete(T) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
 
delete(Class, KeySet) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
 
delete(Class, Key) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
 
delete(Class, Key) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Deletes an object based on a key.
delete(Object) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Deletes an object from storage.
delete(Class, KeySet) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Deletes objects given a set of keys.
delete(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
delete(Class, Key) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
delete(Class, KeySet) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
delete(Object) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
deleteAll(Iterable) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Deletes objects from storage in a batch.
deleteAll(Iterable) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
deleteAll() - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
deleteById(Object) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager
 
doGetTransaction() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager
 
doWithColumnBackedProperties(PropertyHandler<SpannerPersistentProperty>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Applies the given PropertyHandler to all SpannerPersistentPropertys contained in this SpannerPersistentProperty that are stored as columns in the table for this entity.
doWithColumnBackedProperties(PropertyHandler<SpannerPersistentProperty>) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
doWithInterleavedProperties(PropertyHandler<SpannerPersistentProperty>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Applies the given PropertyHandler to all SpannerPersistentPropertys contained in this SpannerPersistentProperty that are collections of child entities.
doWithInterleavedProperties(PropertyHandler<SpannerPersistentProperty>) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 

E

Embedded - Annotation Type in org.springframework.cloud.gcp.data.spanner.core.mapping
Annotates properties that are embedded objects that can hold primary key components.
EnableSpannerRepositories - Annotation Type in org.springframework.cloud.gcp.data.spanner.repository.config
Annotation that enables Spanner's Query Method functionality.
executeDdlStrings(Iterable<String>, boolean) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Execute the given DDL strings in order and creates the database if it does not exist.
executeDmlStatement(Statement) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Execute a DML statement on Cloud Spanner.
executeDmlStatement(Statement) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
executeQuery(Statement, SpannerQueryOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
executeQuery(Class<T>, PartTree, Object[], SpannerTemplate, SpannerMappingContext) - Static method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerStatementQueryExecutor
Executes a PartTree-based query.
executeQuery(Function<Struct, A>, Class<T>, PartTree, Object[], SpannerTemplate, SpannerMappingContext) - Static method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerStatementQueryExecutor
Executes a PartTree-based query and applies a custom row-mapping function to the result.
executeRawResult(Object[]) - Method in class org.springframework.cloud.gcp.data.spanner.repository.query.PartTreeSpannerQuery
 
executeRawResult(Object[]) - Method in class org.springframework.cloud.gcp.data.spanner.repository.query.SqlSpannerQuery
 
existsById(ID) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 

F

findAll() - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
findAll(Sort) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
findAll(Pageable) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
findAllById(Iterable<ID>) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
findAnnotation(Class<A>) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
findById(ID) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
findFirstCompatibleSpannerMultupleItemNativeType(Predicate<Class>) - Static method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityWriter
 
findFirstCompatibleSpannerSingleItemNativeType(Predicate<Class>) - Static method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityWriter
 
findPropertyOrOwnerAnnotation(Class<A>) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 

G

getActualType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getAnnotatedColumnItemType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getAnnotatedColumnItemType() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
Optionally directly specify the column type in Cloud Spanner.
getAnnotatedColumnItemType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
getAnnotation() - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoriesRegistrar
 
getArrayJavaClassFor(Type.Code) - Static method in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerTypeMapper
 
getArrayTypeCodeForJavaType(Class) - Static method in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerTypeMapper
 
getAssociation() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getAssociationTargetType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
Returns null.
getChildParentTablesMap() - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Return a map where key is the table name and the value is the parent table name.
getChildrenRowsQuery(Key, SpannerPersistentEntity<T>) - Static method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerStatementQueryExecutor
Gets a query that returns the rows associated with a parent entity.
getColumnInnerType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getColumnInnerType() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
Gets the inner type of the column, which is meaningful for columns of type ARRAY in Google Cloud Spanner.
getColumnInnerType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
getColumnName() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getColumnName() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
Gets the name of the column in the Google Cloud Spanner table mapped to this property.
getColumnName() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
Gets the name of the column in the Cloud Spanner table mapped to this property.
getColumnsStringForSelect(SpannerPersistentEntity) - Static method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerStatementQueryExecutor
 
getComponentType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getCorrespondingSpannerJavaType(Class, boolean) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
getCorrespondingSpannerJavaType(Class, boolean) - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityProcessor
Gets the type that will work for both read and writes with Spanner directly.
getCreateTableDdlString(Class<T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerSchemaUtils
Gets the DDL string to create the table for the given entity in Cloud Spanner.
getCreateTableDdlStringsForInterleavedHierarchy(Class) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerSchemaUtils
Gets a list of DDL strings to create the tables rooted at the given entity class.
getCurrentTX() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager
 
getDatabase() - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Get the database ID used to perform database operations.
getDropTableDdlString(Class) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerSchemaUtils
Gets the DDL string to drop the table for the given entity in Cloud Spanner.
getDropTableDdlStringsForInterleavedHierarchy(Class) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerSchemaUtils
Gets the DDL strings to drop the tables of this entity and all of its sub-entities.
getEntityInformation(Class<T>) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactory
 
getExtension() - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoriesRegistrar
 
getField() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getFieldNamingStrategy() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerMappingContext
Gets the field naming strategy used by this mapping context.
getFlattenedPrimaryKeyProperties() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Gets the primary key properties in order.
getFlattenedPrimaryKeyProperties() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
getGetter() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getId(T) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityInformation
 
getIdentifyingAnnotations() - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoryConfigurationExtension
 
getIdProperty() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
 
getIdProperty() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
getIdType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityInformation
 
getIncludeProperties() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
getIncludeProperties() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
getIndex() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
getInstanceId() - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Get the instance ID used to perform database operations.
getKey(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerSchemaUtils
Gets the key for the given object.
getLimit() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
getMappingContext() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
getMapValueType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getMaxColumnLength() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getMaxColumnLength() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
Gets the maximum data length of the column if provided.
getMaxColumnLength() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
getModulePrefix() - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoryConfigurationExtension
 
getName() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getOffset() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
getOwner() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getParentChildTablesMap() - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Return a map of parent and child table relationships in the database at the moment.
getPersistentEntityTypes() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getPersistentEntityTypes() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
Only provides types that are also annotated with Table.
getPrimaryKeyOrder() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getPrimaryKeyOrder() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
Gets the order of this column if it is part of the table's primary key.
getPrimaryKeyOrder() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
getPrimaryKeyProperties() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Gets the primary key properties in order.
getPrimaryKeyProperties() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
getPropertyAccessor(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactory
 
getQueryOptions() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
getRawType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getReadContext() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
getReadContext(Timestamp) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
getReadConverter() - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
getReadConverter() - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityProcessor
Get the read converter used by this processor.
getReadOptions() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactory
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoryConfigurationExtension
 
getSetter() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getSimpleJavaClassFor(Type.Code) - Static method in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerTypeMapper
 
getSimpleTypeCodeForJavaType(Class) - Static method in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerTypeMapper
 
getSingleValue(int) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.StructAccessor
 
getSort() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
getSpannerEntityProcessor() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
getSpannerEntityWriter() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Gets a SpannerEntityWriter that can be used to create Cloud Spanner keys from one or more persistent properties.
getSpannerEntityWriter() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
getSpannerMappingContext() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Gets the SpannerMappingContext that can be used to create persistent entities of types that appear as properties of this entity.
getSpannerMappingContext() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
getSpannerTemplate() - Method in interface org.springframework.cloud.gcp.data.spanner.repository.SpannerRepository
Gets a SpannerOperations, which allows more-direct access to Google Cloud Spanner functions.
getSpannerTemplate() - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
getSpannerWriteConverter() - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
getSpannerWriteConverter() - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityWriter
 
getSpannerWriteConverter() - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityWriter
Get the SpannerWriteConverter used to convert types into Cloud Spanner compatible types.
getSpelExpression() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getTables() - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Return a set of the tables that currently exist in the database.
getTargetRepository(RepositoryInformation) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactory
 
getTimestamp() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
getTimestamp() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
getTransactionContext() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager.Tx
 
getType() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getTypeInformation() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
getWither() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
Returns null.
getWriteConverter() - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
getWriteConverter() - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityProcessor
Get the write converter used by this processor.

H

hasAnnotatedQuery() - Method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerQueryMethod
Returns whether the method has an annotated query.
hasAnnotatedTableName() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
hasIdProperty() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 

I

insert(Object) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactory
Stores an object and its interleaved child properties in Cloud Spanner.
insert(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
 
insert(Object) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Insert an object into storage.
insert(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
insertAll(Iterable) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Insert objects into storage in batch.
insertAll(Iterable) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
INSTANT_TIMESTAMP_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from Instant to the Spanner instantaneous time type.
Interleaved - Annotation Type in org.springframework.cloud.gcp.data.spanner.core.mapping
Annotates properties that are collections of child entities.
isAllowPartialRead() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
isAllowPartialRead() - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isArray() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isAssociation() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isCollectionLike() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isCommitTimestamp() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isCommitTimestamp() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
If the column is a Cloud Spanner commit timestamp auto-populating column.
isCommitTimestamp() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
isEmbedded() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isEmbedded() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
True if the property is an embedded class containing more columns.
isEmbedded() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
isEntity() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isExistingTransaction(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager
 
isGenerateSchemaNotNull() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isGenerateSchemaNotNull() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
If the column's schema should be NOT NULL when generating a schema based on an entity class.
isGenerateSchemaNotNull() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
isIdProperty() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
Gets the value of the property idProperty.
isIdProperty() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
Gets the value of the property idProperty.
isImmutable() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
Returns false.
isInterleaved(String, String) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Return true if the given table names are interleaved as ancestor and descendant.
isInterleaved() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isInterleaved() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
True if property is a collection of child entities.
isInterleaved() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
isIterableNonByteArrayType(Class) - Static method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConversionUtils
 
isMap() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isMapped() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isMapped() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentProperty
True if property corresponds to a column a Cloud Spanner table or child entities stored in Cloud Spanner.
isMapped() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentPropertyImpl
 
isTransient() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
isVersionProperty() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
Gets the value of the property versionProperty.
isWritable() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 

J

JAVA_SQL_TO_SPANNER_DATE_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from Date to the Spanner date type.
JAVA_TO_SPANNER_BYTE_ARRAY_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from a byte array to the Spanner bytes type.
JAVA_TO_SPANNER_DATE_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from Date to the Spanner date type.
JAVA_TO_SPANNER_TIMESTAMP_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from Timestamp to the Spanner instantaneous time type.

M

mapToList(ResultSet, Class<T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
mapToList(ResultSet, Class<T>, Set<String>, boolean) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
mapToList(ResultSet, Class<T>, String...) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
mapToList(ResultSet, Class<T>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityProcessor
Converts a set of Spanner ResultSet into a list of objects.
mapToList(ResultSet, Class<T>, Set<String>, boolean) - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityProcessor
Converts a set of Spanner ResultSet into a list of objects.
mapToList(ResultSet, Class<T>, String...) - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityProcessor
Converts a set of Spanner ResultSet into a list of objects.
MultipleValueBinder - Interface in org.springframework.cloud.gcp.data.spanner.core.convert
An interface that allows multiple values to be bound for Cloud Spanner.

N

NotMapped - Annotation Type in org.springframework.cloud.gcp.data.spanner.core.mapping
Annotation for an entity's field that causes the field to be ignored by Spring Data Spanner.

O

org.springframework.cloud.gcp.data.spanner - package org.springframework.cloud.gcp.data.spanner
Cloud Spanner support for Spring Data.
org.springframework.cloud.gcp.data.spanner.core - package org.springframework.cloud.gcp.data.spanner.core
Core support for Spring Data Cloud Spanner.
org.springframework.cloud.gcp.data.spanner.core.admin - package org.springframework.cloud.gcp.data.spanner.core.admin
Cloud Spanner database administrative functions and template classes.
org.springframework.cloud.gcp.data.spanner.core.convert - package org.springframework.cloud.gcp.data.spanner.core.convert
Classes related to conversion of data and mapping of entities in Cloud Spanner support for Spring Data.
org.springframework.cloud.gcp.data.spanner.core.mapping - package org.springframework.cloud.gcp.data.spanner.core.mapping
Classes related to type and Spring Data metadata in Cloud Spanner support for Spring Data.
org.springframework.cloud.gcp.data.spanner.repository - package org.springframework.cloud.gcp.data.spanner.repository
Spring Data Repositories support in Cloud Spanner.
org.springframework.cloud.gcp.data.spanner.repository.config - package org.springframework.cloud.gcp.data.spanner.repository.config
Configuration for instantiation of user-defined repositories in Spring Data Cloud Spanner.
org.springframework.cloud.gcp.data.spanner.repository.query - package org.springframework.cloud.gcp.data.spanner.repository.query
Classes related to generated Query Methods in Cloud Spanner support for Spring Data.
org.springframework.cloud.gcp.data.spanner.repository.support - package org.springframework.cloud.gcp.data.spanner.repository.support
Support classes for creating implementations for user-defined Spring Data Cloud Spanner repositories.

P

PartTreeSpannerQuery<T> - Class in org.springframework.cloud.gcp.data.spanner.repository.query
Implementation of a Spanner Query Method that handles all Part-tree / name-convention query methods.
PartTreeSpannerQuery(Class<T>, SpannerQueryMethod, SpannerTemplate, SpannerMappingContext) - Constructor for class org.springframework.cloud.gcp.data.spanner.repository.query.PartTreeSpannerQuery
Constructor.
performReadOnlyTransaction(Function<SpannerTemplate, T>, SpannerReadOptions) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Performs multiple read-only operations in a single transaction.
performReadOnlyTransaction(Function<SpannerTemplate, T>, SpannerReadOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
performReadOnlyTransaction(Function<SpannerRepository<T, ID>, A>) - Method in interface org.springframework.cloud.gcp.data.spanner.repository.SpannerRepository
Performs multiple read-only operations in a single transaction.
performReadOnlyTransaction(Function<SpannerRepository<T, ID>, A>) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
performReadWriteTransaction(Function<SpannerTemplate, T>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Performs multiple read and write operations in a single transaction.
performReadWriteTransaction(Function<SpannerTemplate, T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
performReadWriteTransaction(Function<SpannerRepository<T, ID>, A>) - Method in interface org.springframework.cloud.gcp.data.spanner.repository.SpannerRepository
Performs multiple read and write operations in a single transaction.
performReadWriteTransaction(Function<SpannerRepository<T, ID>, A>) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoryConfigurationExtension
 
PrimaryKey - Annotation Type in org.springframework.cloud.gcp.data.spanner.core.mapping
Annotation for a SpannerPersistentEntity that allows specifying the primary key columns and their order.

Q

query(Function<Struct, A>, Statement, SpannerQueryOptions) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Executes a given query string with tags and parameters and applies a given function to each row of the result.
query(Class<T>, Statement, SpannerQueryOptions) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds objects by using an SQL statement.
query(Function<Struct, A>, Statement, SpannerQueryOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
query(Class<T>, Statement, SpannerQueryOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
Query - Annotation Type in org.springframework.cloud.gcp.data.spanner.repository.query
Annotation used in user-defined repositories to provide SQL for custom Query Methods.
queryAll(Class<T>, SpannerPageableQueryOptions) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds all objects of the given type.
queryAll(Class<T>, SpannerPageableQueryOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 

R

read(Class<R>, Struct, Set<String>, boolean) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
read(Class<T>, Key) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds a single stored object using a key.
read(Class<T>, Key, SpannerReadOptions) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds a single stored object using a key.
read(Class<T>, KeySet, SpannerReadOptions) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds objects stored from their keys.
read(Class<T>, KeySet) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds objects stored from their keys.
read(Class<T>, Key) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
read(Class<T>, Key, SpannerReadOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
read(Class<T>, KeySet) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
read(Class<T>, KeySet, SpannerReadOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
readAll(Class<T>, SpannerReadOptions) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds all objects of the given type.
readAll(Class<T>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Finds all objects of the given type.
readAll(Class<T>, SpannerReadOptions) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
readAll(Class<T>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - Method in class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerQueryLookupStrategy
 

S

save(S) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
set(String) - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.MultipleValueBinder
Returns a ValueBinder for a given field name to bind.
setAllowPartialRead(boolean) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
setAllowPartialRead(boolean) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
setAllowPartialRead(boolean) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerMappingContext
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactory
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactoryBean
 
setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerMappingContext
Set the field naming strategy used when creating persistent properties.
setIncludeProperties(Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
setIncludeProperties(Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
setIndex(String) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
setLimit(Integer) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
setOffset(Long) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
setSort(Sort) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
setSpannerMappingContext(SpannerMappingContext) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactoryBean
 
setSpannerTemplate(SpannerTemplate) - Method in class org.springframework.cloud.gcp.data.spanner.repository.support.SpannerRepositoryFactoryBean
 
setTimestamp(Timestamp) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
 
setTimestamp(Timestamp) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
 
SimpleSpannerRepository<T,ID> - Class in org.springframework.cloud.gcp.data.spanner.repository.support
The default implementation of a SpannerRepository.
SimpleSpannerRepository(SpannerTemplate, Class<T>) - Constructor for class org.springframework.cloud.gcp.data.spanner.repository.support.SimpleSpannerRepository
 
singleItemTypeValueBinderMethodMap - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityWriter
A map of types to functions that binds them to `ValueBinder` objects.
SPANNER_TO_JAVA_BYTE_ARRAY_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from the Spanner bytes type to a byte array.
SPANNER_TO_JAVA_DATE_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from the Spanner date type to Date.
SPANNER_TO_JAVA_SQL_DATE_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from the Spanner date type to Date.
SPANNER_TO_JAVA_TIMESTAMP_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from the Spanner instantaneous time type to Timestamp.
SpannerCompositeKeyProperty - Class in org.springframework.cloud.gcp.data.spanner.core.mapping
Represents an persistent property just to represent Cloud Spanner primary keys, and does not correspond to actual properties of POJOs, as it might even be a composite, multi-column key.
SpannerCompositeKeyProperty(SpannerPersistentEntity, SpannerPersistentProperty[]) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 
SpannerConverters - Class in org.springframework.cloud.gcp.data.spanner.core.convert
Default commonly-used custom converters.
SpannerCustomConverter - Class in org.springframework.cloud.gcp.data.spanner.core.convert
A custom type converter.
SpannerDatabaseAdminTemplate - Class in org.springframework.cloud.gcp.data.spanner.core.admin
Template for performing many operations to a Spanner database including generating hierarchy schemas and creating and deleting tables.
SpannerDatabaseAdminTemplate(DatabaseAdminClient, DatabaseClient, DatabaseId) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Constructor that takes in the database admin client used to perform operations and the DatabaseId object holding the project, instance, and database IDs used for all operations.
SpannerDataException - Exception in org.springframework.cloud.gcp.data.spanner.core.mapping
Exceptions for Spring Data Cloud Spanner.
SpannerDataException(String) - Constructor for exception org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerDataException
 
SpannerDataException(String, Throwable) - Constructor for exception org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerDataException
 
SpannerEntityProcessor - Interface in org.springframework.cloud.gcp.data.spanner.core.convert
Interface for processors that can populate fields from Spanner Structs and write them to Spanner Mutations.
SpannerEntityWriter - Interface in org.springframework.cloud.gcp.data.spanner.core.convert
An entity writer that writes values from an entity to a sink.
SpannerMappingContext - Class in org.springframework.cloud.gcp.data.spanner.core.mapping
A mapping context for Cloud Spanner that provides ways to create persistent entities and properties.
SpannerMappingContext() - Constructor for class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerMappingContext
 
SpannerMutationFactory - Interface in org.springframework.cloud.gcp.data.spanner.core
Interface for a factory that creates Cloud Spanner mutation operation objects.
SpannerMutationFactoryImpl - Class in org.springframework.cloud.gcp.data.spanner.core
Factory that generates mutations for writing to Spanner.
SpannerMutationFactoryImpl(SpannerEntityProcessor, SpannerMappingContext, SpannerSchemaUtils) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
Constructor.
SpannerOperations - Interface in org.springframework.cloud.gcp.data.spanner.core
Defines operations available to use with Spanner.
SpannerPageableQueryOptions - Class in org.springframework.cloud.gcp.data.spanner.core
Encapsulates Cloud Spanner query options with sort and paging.
SpannerPageableQueryOptions() - Constructor for class org.springframework.cloud.gcp.data.spanner.core.SpannerPageableQueryOptions
 
SpannerPersistentEntity<T> - Interface in org.springframework.cloud.gcp.data.spanner.core.mapping
Cloud Spanner specific interface for a MutablePersistentEntity stored in a Cloud Spanner table.
SpannerPersistentEntityImpl<T> - Class in org.springframework.cloud.gcp.data.spanner.core.mapping
Represents a Cloud Spanner table and its columns' mapping to fields within an entity type.
SpannerPersistentEntityImpl(TypeInformation<T>) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
SpannerPersistentEntityImpl(TypeInformation<T>, SpannerMappingContext, SpannerEntityWriter) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
SpannerPersistentEntityInformation<T> - Class in org.springframework.cloud.gcp.data.spanner.core.mapping
Holds a Spanner persistent entity and its key type.
SpannerPersistentEntityInformation(SpannerPersistentEntity<T>) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityInformation
SpannerPersistentProperty - Interface in org.springframework.cloud.gcp.data.spanner.core.mapping
Interface for a PersistentProperty of a SpannerPersistentEntity to be stored in a Google Cloud Spanner table.
SpannerPersistentPropertyImpl - Class in org.springframework.cloud.gcp.data.spanner.core.mapping
Represents an implementation for SpannerPersistentProperty, which is a property of a SpannerPersistentEntity stored in a Cloud Spanner table.
SpannerQueryLookupStrategy - Class in org.springframework.cloud.gcp.data.spanner.repository.query
Determines the type of the user's custom-defined Query Methods and instantiates their implementations.
SpannerQueryLookupStrategy(SpannerMappingContext, SpannerTemplate, QueryMethodEvaluationContextProvider, SpelExpressionParser) - Constructor for class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerQueryLookupStrategy
 
SpannerQueryMethod - Class in org.springframework.cloud.gcp.data.spanner.repository.query
A Query Method for Spanner.
SpannerQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends SpannerPersistentEntity<?>, SpannerPersistentProperty>) - Constructor for class org.springframework.cloud.gcp.data.spanner.repository.query.SpannerQueryMethod
Creates a new QueryMethod from the given parameters.
SpannerQueryOptions - Class in org.springframework.cloud.gcp.data.spanner.core
Encapsulates Cloud Spanner query options.
SpannerQueryOptions() - Constructor for class org.springframework.cloud.gcp.data.spanner.core.SpannerQueryOptions
Constructor to create an instance.
SpannerReadConverter - Class in org.springframework.cloud.gcp.data.spanner.core.convert
A custom converter used for reading from Spanner data types.
SpannerReadConverter() - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerReadConverter
 
SpannerReadConverter(Collection<Converter>) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerReadConverter
 
SpannerReadConverter(CustomConversions) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerReadConverter
 
SpannerReadConverter(CustomConversions, GenericConversionService) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerReadConverter
 
SpannerReadOptions - Class in org.springframework.cloud.gcp.data.spanner.core
Encapsulates Cloud Spanner read options.
SpannerReadOptions() - Constructor for class org.springframework.cloud.gcp.data.spanner.core.SpannerReadOptions
Constructor to create an instance.
SpannerRepositoriesRegistrar - Class in org.springframework.cloud.gcp.data.spanner.repository.config
A boilerplate class to register Spanner repositories.
SpannerRepositoriesRegistrar() - Constructor for class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoriesRegistrar
 
SpannerRepository<T,ID> - Interface in org.springframework.cloud.gcp.data.spanner.repository
A Spring Data repository for Cloud Spanner with specific features.
SpannerRepositoryConfigurationExtension - Class in org.springframework.cloud.gcp.data.spanner.repository.config
A boilerplate class configuring the instantiation of Spanner repositories.
SpannerRepositoryConfigurationExtension() - Constructor for class org.springframework.cloud.gcp.data.spanner.repository.config.SpannerRepositoryConfigurationExtension
 
SpannerRepositoryFactory - Class in org.springframework.cloud.gcp.data.spanner.repository.support
A factory for instantiating Spanner repositories.
SpannerRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID> - Class in org.springframework.cloud.gcp.data.spanner.repository.support
Spanner Repository Factory Bean used to create factories that ultimately create repository implementations.
SpannerSchemaUtils - Class in org.springframework.cloud.gcp.data.spanner.core.admin
Contains functions related to the table schema of entities.
SpannerSchemaUtils(SpannerMappingContext, SpannerEntityProcessor, boolean) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerSchemaUtils
Constructor.
SpannerStatementQueryExecutor - Class in org.springframework.cloud.gcp.data.spanner.repository.query
Executes Cloud Spanner query statements using PartTree parsed method definitions.
SpannerTemplate - Class in org.springframework.cloud.gcp.data.spanner.core
An implementation of SpannerOperations.
SpannerTemplate(DatabaseClient, SpannerMappingContext, SpannerEntityProcessor, SpannerMutationFactory, SpannerSchemaUtils) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
SpannerTransactionManager - Class in org.springframework.cloud.gcp.data.spanner.core
Spanner transaction manager.
SpannerTransactionManager(DatabaseClient) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager
 
SpannerTransactionManager.Tx - Class in org.springframework.cloud.gcp.data.spanner.core
A transaction object that holds the transaction context.
SpannerTypeMapper - Class in org.springframework.cloud.gcp.data.spanner.core.convert
A utility class to map between common Java types and types to use with Spanner.
SpannerWriteConverter - Class in org.springframework.cloud.gcp.data.spanner.core.convert
A custom converter for writing values from entities to types for Spanner.
SpannerWriteConverter() - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerWriteConverter
 
SpannerWriteConverter(Collection<Converter>) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerWriteConverter
 
SpannerWriteConverter(CustomConversions) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerWriteConverter
 
SpannerWriteConverter(CustomConversions, GenericConversionService) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerWriteConverter
 
SqlSpannerQuery<T> - Class in org.springframework.cloud.gcp.data.spanner.repository.query
A Query Method for Spanner using SQL strings.
StructAccessor - Class in org.springframework.cloud.gcp.data.spanner.core.convert
A convenience wrapper class around Struct to make reading columns easier without knowing their type.
StructAccessor(Struct) - Constructor for class org.springframework.cloud.gcp.data.spanner.core.convert.StructAccessor
 

T

Table - Annotation Type in org.springframework.cloud.gcp.data.spanner.core.mapping
Annotation for a SpannerPersistentEntity that allows specifying a custom table name, instead of deriving it from the entity's class name.
tableExists(String) - Method in class org.springframework.cloud.gcp.data.spanner.core.admin.SpannerDatabaseAdminTemplate
Returns true if the given table name exists in the database currently.
tableName() - Method in interface org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntity
Gets the name of the Cloud Spanner table.
tableName() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 
TIMESTAMP_INSTANT_CONVERTER - Static variable in class org.springframework.cloud.gcp.data.spanner.core.convert.SpannerConverters
A converter from the Spanner instantaneous time type to Instant.
Tx() - Constructor for class org.springframework.cloud.gcp.data.spanner.core.SpannerTransactionManager.Tx
 

U

update(Object, Set<String>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactory
Updates an object and its interleaved child properties in Cloud Spanner.
update(Object, Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
 
update(Object) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update an object already in storage.
update(Object, String...) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update an object in storage.
update(Object, Set<String>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update an object in storage.
update(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
update(Object, String...) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
update(Object, Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
updateAll(Iterable) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update objects in batch.
updateAll(Iterable) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
upsert(Object, Set<String>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactory
Updates or inserts an object and its interleaved child properties in Cloud Spanner.
upsert(Object, Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerMutationFactoryImpl
 
upsert(Object) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update or insert an object into storage.
upsert(Object, String...) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update or insert an object into storage.
upsert(Object, Set<String>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update or insert an object into storage.
upsert(Object) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
upsert(Object, String...) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
upsert(Object, Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
upsertAll(Iterable) - Method in interface org.springframework.cloud.gcp.data.spanner.core.SpannerOperations
Update or insert objects into storage in batch.
upsertAll(Iterable) - Method in class org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate
 
usePropertyAccess() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerCompositeKeyProperty
 

V

verify() - Method in class org.springframework.cloud.gcp.data.spanner.core.mapping.SpannerPersistentEntityImpl
 

W

write(Object, MultipleValueBinder) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
Writes each of the source properties to the sink.
write(Object, MultipleValueBinder, Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityProcessor
 
write(Object, MultipleValueBinder) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityWriter
 
write(Object, MultipleValueBinder, Set<String>) - Method in class org.springframework.cloud.gcp.data.spanner.core.convert.ConverterAwareMappingSpannerEntityWriter
Writes an object's properties to the sink.
write(Object, MultipleValueBinder, Set<String>) - Method in interface org.springframework.cloud.gcp.data.spanner.core.convert.SpannerEntityWriter
Writes an object's properties to the sink.
A B C D E F G H I J M N O P Q R S T U V W 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.