Class Hierarchy
- java.lang.Object
- com.google.cloud.spring.data.datastore.repository.query.AbstractDatastoreQuery<T> (implements org.springframework.data.repository.query.RepositoryQuery)
- org.springframework.data.repository.core.support.AbstractEntityInformation<T,ID> (implements org.springframework.data.repository.core.EntityInformation<T,ID>)
- org.springframework.data.mapping.context.AbstractMappingContext<E,P> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.InitializingBean, org.springframework.data.mapping.context.MappingContext<E,P>)
- com.google.cloud.spring.data.datastore.core.mapping.DatastoreMappingContext (implements org.springframework.context.ApplicationContextAware)
- org.springframework.data.domain.AbstractPageRequest (implements org.springframework.data.domain.Pageable, java.io.Serializable)
- org.springframework.data.domain.PageRequest
- org.springframework.data.mapping.model.AbstractPersistentProperty<P> (implements org.springframework.data.mapping.PersistentProperty<P>)
- org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<P>
- org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.ConfigurableTransactionManager, org.springframework.transaction.PlatformTransactionManager, java.io.Serializable)
- org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- org.springframework.data.mapping.model.BasicPersistentEntity<T,P> (implements org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- org.springframework.data.convert.CustomConversions
- com.google.cloud.spring.data.datastore.repository.support.DatastoreAuditingEventListener (implements org.springframework.context.ApplicationListener<E>)
- com.google.cloud.spring.data.datastore.aot.DatastoreCoreRuntimeHints (implements org.springframework.aot.hint.RuntimeHintsRegistrar)
- com.google.cloud.spring.data.datastore.core.convert.DatastoreNativeTypes
- com.google.cloud.spring.data.datastore.repository.query.DatastoreQueryLookupStrategy (implements org.springframework.data.repository.query.QueryLookupStrategy)
- com.google.cloud.spring.data.datastore.core.DatastoreQueryOptions
- com.google.cloud.spring.data.datastore.core.DatastoreQueryOptions.Builder
- com.google.cloud.spring.data.datastore.aot.DatastoreQueryRuntimeHints (implements org.springframework.aot.hint.RuntimeHintsRegistrar)
- com.google.cloud.spring.data.datastore.aot.DatastoreRepositoryRuntimeHints (implements org.springframework.aot.hint.RuntimeHintsRegistrar)
- com.google.cloud.spring.data.datastore.core.DatastoreResultsCollection<T> (implements java.util.Collection<E>)
- com.google.cloud.spring.data.datastore.core.DatastoreResultsIterable<T> (implements java.lang.Iterable<T>)
- com.google.cloud.spring.data.datastore.core.convert.DatastoreServiceObjectToKeyFactory (implements com.google.cloud.spring.data.datastore.core.convert.ObjectToKeyFactory)
- com.google.cloud.spring.data.datastore.core.DatastoreTemplate (implements org.springframework.context.ApplicationEventPublisherAware, com.google.cloud.spring.data.datastore.core.DatastoreOperations)
- com.google.cloud.spring.data.datastore.core.DatastoreTransactionManager.Tx
- com.google.cloud.spring.data.datastore.core.convert.DefaultDatastoreEntityConverter (implements com.google.cloud.spring.data.datastore.core.convert.DatastoreEntityConverter)
- com.google.cloud.spring.data.datastore.core.convert.EntityPropertyValueProvider (implements org.springframework.data.mapping.model.PropertyValueProvider<P>)
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- com.google.cloud.spring.data.datastore.core.mapping.event.DeleteEvent
- com.google.cloud.spring.data.datastore.core.mapping.event.ReadEvent
- com.google.cloud.spring.data.datastore.core.mapping.event.SaveEvent
- com.google.cloud.spring.data.datastore.core.mapping.event.AfterSaveEvent
- com.google.cloud.spring.data.datastore.core.mapping.event.BeforeSaveEvent
- com.google.cloud.spring.data.datastore.core.util.KeyUtil
- org.springframework.data.repository.query.QueryMethod
- org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport (implements org.springframework.data.repository.config.RepositoryConfigurationExtension)
- org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>)
- com.google.cloud.spring.data.datastore.repository.support.DatastoreRepositoryFactoryBean<T,S,I> (implements org.springframework.context.ApplicationContextAware)
- org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
- com.google.cloud.spring.data.datastore.repository.support.DatastoreRepositoryFactory (implements org.springframework.context.ApplicationContextAware)
- com.google.cloud.spring.data.datastore.repository.support.SimpleDatastoreRepository<T,I> (implements com.google.cloud.spring.data.datastore.repository.DatastoreRepository<T,I>)
- com.google.cloud.spring.data.datastore.core.util.SliceUtil
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.dao.DataAccessException
- com.google.cloud.spring.data.datastore.core.convert.TwoStepsConversions (implements com.google.cloud.spring.data.datastore.core.convert.ReadWriteConversions)
- com.google.cloud.spring.data.datastore.core.util.ValueUtil
Interface Hierarchy
- org.springframework.beans.factory.Aware
- org.springframework.context.ApplicationContextAware
- com.google.cloud.spring.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- com.google.cloud.spring.data.datastore.core.DatastoreOperations
- org.springframework.data.convert.EntityReader<T,S>
- com.google.cloud.spring.data.datastore.core.convert.DatastoreEntityConverter (also extends org.springframework.data.convert.EntityWriter<T,S>)
- org.springframework.data.convert.EntityWriter<T,S>
- com.google.cloud.spring.data.datastore.core.convert.DatastoreEntityConverter (also extends org.springframework.data.convert.EntityReader<T,S>)
- java.lang.Iterable<T>
- org.springframework.data.mapping.PersistentEntity<T,P>
- org.springframework.data.mapping.model.MutablePersistentEntity<T,P>
- com.google.cloud.spring.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.context.ApplicationContextAware)
- com.google.cloud.spring.data.datastore.core.convert.ObjectToKeyFactory
- org.springframework.data.mapping.PersistentProperty<P>
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- com.google.cloud.spring.data.datastore.repository.DatastoreRepository<T,I> (also extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- com.google.cloud.spring.data.datastore.core.convert.ReadWriteConversions
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- com.google.cloud.spring.data.datastore.repository.DatastoreRepository<T,I> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- com.google.cloud.spring.data.datastore.repository.DatastoreRepository<T,I> (also extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
Annotation Interface Hierarchy