Package | Description |
---|---|
org.springframework.cloud.gcp.data.spanner.core.mapping | |
org.springframework.cloud.gcp.data.spanner.repository.query |
Modifier and Type | Class and Description |
---|---|
class |
SpannerPersistentEntityImpl<T>
Represents a Google Spanner table and its columns' mapping to fields within an entity
type.
|
Modifier and Type | Method and Description |
---|---|
protected <T> SpannerPersistentEntity<T> |
SpannerMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
Modifier and Type | Method and Description |
---|---|
protected SpannerPersistentProperty |
SpannerMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property,
SpannerPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
Constructor and Description |
---|
SpannerCompositeKeyProperty(SpannerPersistentEntity spannerPersistentEntity,
SpannerPersistentProperty[] primaryKeyColumns) |
SpannerPersistentEntityInformation(SpannerPersistentEntity<T> entity)
Creates a new
SpannerPersistentEntityInformation for the given
SpannerPersistentEntity . |
Modifier and Type | Method and Description |
---|---|
static void |
SpannerStatementQueryExecutor.buildOrderBy(SpannerPersistentEntity<?> persistentEntity,
StringBuilder stringBuilder,
org.springframework.data.domain.Sort sort) |
Constructor and Description |
---|
SpannerQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory,
org.springframework.data.mapping.context.MappingContext<? extends SpannerPersistentEntity<?>,SpannerPersistentProperty> mappingContext)
Creates a new
QueryMethod from the given parameters. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.