public interface SpannerRepository<T,ID>
extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>
Modifier and Type | Method and Description |
---|---|
SpannerOperations |
getSpannerOperations()
Gets a
SpannerOperations , which allows more-direct access to Google Spanner
functions. |
SpannerOperations getSpannerOperations()
SpannerOperations
, which allows more-direct access to Google Spanner
functions.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.