Class Hierarchy
- java.lang.Object
- org.springframework.cloud.gcp.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>)
- org.springframework.cloud.gcp.data.datastore.core.mapping.DatastoreMappingContext (implements org.springframework.context.ApplicationContextAware)
- 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.PlatformTransactionManager, java.io.Serializable)
- org.springframework.data.mapping.model.BasicPersistentEntity<T,P> (implements org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- org.springframework.data.convert.CustomConversions
- org.springframework.cloud.gcp.data.datastore.core.convert.DatastoreNativeTypes
- org.springframework.cloud.gcp.data.datastore.repository.query.DatastoreQueryLookupStrategy (implements org.springframework.data.repository.query.QueryLookupStrategy)
- org.springframework.cloud.gcp.data.datastore.core.DatastoreQueryOptions
- org.springframework.cloud.gcp.data.datastore.core.convert.DatastoreServiceObjectToKeyFactory (implements org.springframework.cloud.gcp.data.datastore.core.convert.ObjectToKeyFactory)
- org.springframework.cloud.gcp.data.datastore.core.DatastoreTemplate (implements org.springframework.cloud.gcp.data.datastore.core.DatastoreOperations)
- org.springframework.cloud.gcp.data.datastore.core.DatastoreTransactionManager.Tx
- org.springframework.cloud.gcp.data.datastore.core.convert.DefaultDatastoreEntityConverter (implements org.springframework.cloud.gcp.data.datastore.core.convert.DatastoreEntityConverter)
- org.springframework.cloud.gcp.data.datastore.core.convert.EntityPropertyValueProvider (implements org.springframework.data.mapping.model.PropertyValueProvider<P>)
- 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>)
- org.springframework.cloud.gcp.data.datastore.repository.support.DatastoreRepositoryFactoryBean<S,ID> (implements org.springframework.context.ApplicationContextAware)
- org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.cloud.gcp.data.datastore.repository.support.DatastoreRepositoryFactory (implements org.springframework.context.ApplicationContextAware)
- org.springframework.cloud.gcp.data.datastore.repository.support.SimpleDatastoreRepository<T,ID> (implements org.springframework.cloud.gcp.data.datastore.repository.DatastoreRepository<T,ID>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.dao.DataAccessException
- org.springframework.cloud.gcp.data.datastore.core.convert.TwoStepsConversions (implements org.springframework.cloud.gcp.data.datastore.core.convert.ReadWriteConversions)
- org.springframework.cloud.gcp.data.datastore.core.util.ValueUtil
Interface Hierarchy
- org.springframework.beans.factory.Aware
- org.springframework.context.ApplicationContextAware
- org.springframework.cloud.gcp.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- org.springframework.cloud.gcp.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.context.ApplicationContextAware, org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- org.springframework.cloud.gcp.data.datastore.core.DatastoreOperations
- org.springframework.data.convert.EntityReader<T,S>
- org.springframework.cloud.gcp.data.datastore.core.convert.DatastoreEntityConverter (also extends org.springframework.data.convert.EntityWriter<T,S>)
- org.springframework.data.convert.EntityWriter<T,S>
- org.springframework.cloud.gcp.data.datastore.core.convert.DatastoreEntityConverter (also extends org.springframework.data.convert.EntityReader<T,S>)
- java.lang.Iterable<T>
- org.springframework.cloud.gcp.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.context.ApplicationContextAware, org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- org.springframework.data.mapping.model.MutablePersistentEntity<T,P>
- org.springframework.cloud.gcp.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.context.ApplicationContextAware)
- org.springframework.data.mapping.PersistentEntity<T,P>
- org.springframework.cloud.gcp.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.context.ApplicationContextAware, org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- org.springframework.data.mapping.model.MutablePersistentEntity<T,P>
- org.springframework.cloud.gcp.data.datastore.core.mapping.DatastorePersistentEntity<T> (also extends org.springframework.context.ApplicationContextAware)
- org.springframework.cloud.gcp.data.datastore.core.convert.ObjectToKeyFactory
- org.springframework.data.mapping.PersistentProperty<P>
- org.springframework.cloud.gcp.data.datastore.core.convert.ReadWriteConversions
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.cloud.gcp.data.datastore.repository.DatastoreRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.cloud.gcp.data.datastore.repository.DatastoreRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
Annotation Type Hierarchy
- org.springframework.cloud.gcp.data.datastore.core.mapping.Field (implements java.lang.annotation.Annotation)
- org.springframework.cloud.gcp.data.datastore.core.mapping.Entity (implements java.lang.annotation.Annotation)
- org.springframework.cloud.gcp.data.datastore.core.mapping.Unindexed (implements java.lang.annotation.Annotation)
- org.springframework.cloud.gcp.data.datastore.core.mapping.Reference (implements java.lang.annotation.Annotation)
- org.springframework.cloud.gcp.data.datastore.core.mapping.Descendants (implements java.lang.annotation.Annotation)
- org.springframework.cloud.gcp.data.datastore.repository.query.Query (implements java.lang.annotation.Annotation)
- org.springframework.cloud.gcp.data.datastore.repository.config.EnableDatastoreRepositories (implements java.lang.annotation.Annotation)
Enum Hierarchy
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.