Hierarchy For All Packages
Package Hierarchies:- io.github.malteseduck.springframework.data.marklogic,
- io.github.malteseduck.springframework.data.marklogic.core,
- io.github.malteseduck.springframework.data.marklogic.core.convert,
- io.github.malteseduck.springframework.data.marklogic.core.mapping,
- io.github.malteseduck.springframework.data.marklogic.domain,
- io.github.malteseduck.springframework.data.marklogic.domain.facets,
- io.github.malteseduck.springframework.data.marklogic.repository,
- io.github.malteseduck.springframework.data.marklogic.repository.config,
- io.github.malteseduck.springframework.data.marklogic.repository.query,
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert,
- io.github.malteseduck.springframework.data.marklogic.repository.support
Class Hierarchy
- java.lang.Object
- org.springframework.beans.factory.config.AbstractFactoryBean<T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean (implements org.springframework.dao.support.PersistenceExceptionTranslator)
- 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>)
- io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicMappingContext (implements org.springframework.context.ApplicationContextAware)
- io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter (implements io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter)
- io.github.malteseduck.springframework.data.marklogic.core.convert.JacksonMarkLogicConverter (implements org.springframework.beans.factory.InitializingBean)
- io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery (implements org.springframework.data.repository.query.RepositoryQuery)
- io.github.malteseduck.springframework.data.marklogic.repository.query.PartTreeMarkLogicQuery
- io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
- org.springframework.data.mapping.model.AbstractPersistentProperty<P> (implements org.springframework.data.mapping.PersistentProperty<P>)
- org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<P>
- io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentProperty (implements io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentProperty)
- org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<P>
- org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.PlatformTransactionManager, java.io.Serializable)
- io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
- com.marklogic.client.impl.AbstractQueryDefinition (implements com.marklogic.client.query.QueryDefinition)
- io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder (implements io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition)
- org.springframework.data.mapping.model.BasicPersistentEntity<T,P> (implements org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity<T> (implements org.springframework.context.ApplicationContextAware, io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity<T>)
- io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest (implements org.springframework.data.domain.Pageable, java.io.Serializable)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService (implements io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryConversionService)
- io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
- io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
- io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetValueDto
- io.github.malteseduck.springframework.data.marklogic.core.MarkLogicExceptionTranslator (implements org.springframework.dao.support.PersistenceExceptionTranslator)
- io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate (implements org.springframework.context.ApplicationContextAware, io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations)
- org.springframework.data.domain.PageImpl<T> (implements org.springframework.data.domain.Page<T>)
- io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetedPage<T>
- org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID> (implements org.springframework.data.repository.core.EntityInformation<T,ID>)
- io.github.malteseduck.springframework.data.marklogic.repository.support.MappingMarkLogicEntityInformation<T,ID> (implements io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicEntityInformation<T,ID>)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
- io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
- org.springframework.data.repository.query.QueryMethod
- io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
- org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport (implements org.springframework.data.repository.config.RepositoryConfigurationExtension)
- io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
- 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.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.BeanFactoryAware)
- io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean<T,S,ID>
- org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
- io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactory
- org.springframework.transaction.support.ResourceHolderSupport (implements org.springframework.transaction.support.ResourceHolder)
- io.github.malteseduck.springframework.data.marklogic.TransactionHolder
- io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository<T,ID> (implements io.github.malteseduck.springframework.data.marklogic.repository.MarkLogicRepository<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.dao.NonTransientDataAccessException
- org.springframework.dao.InvalidDataAccessApiUsageException
- io.github.malteseduck.springframework.data.marklogic.InvalidMarkLogicApiUsageException
- org.springframework.dao.InvalidDataAccessApiUsageException
- org.springframework.dao.NonTransientDataAccessException
- org.springframework.dao.DataAccessException
- org.springframework.core.NestedRuntimeException
- java.lang.RuntimeException
- java.lang.Exception
- io.github.malteseduck.springframework.data.marklogic.core.Util
- org.springframework.beans.factory.config.AbstractFactoryBean<T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
Interface Hierarchy
- io.github.malteseduck.springframework.data.marklogic.core.ClientCallback<T>
- io.github.malteseduck.springframework.data.marklogic.core.DocumentCallback<T>
- org.springframework.data.repository.core.EntityMetadata<T>
- org.springframework.data.repository.core.EntityInformation<T,ID>
- io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicEntityInformation<T,ID>
- org.springframework.data.repository.core.EntityInformation<T,ID>
- org.springframework.data.convert.EntityReader<T,S>
- org.springframework.data.convert.EntityConverter<E,P,T,S> (also extends org.springframework.data.convert.EntityWriter<T,S>)
- io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter (also extends org.springframework.data.convert.EntityReader<T,S>, org.springframework.data.convert.EntityWriter<T,S>)
- io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter (also extends org.springframework.data.convert.EntityConverter<E,P,T,S>, org.springframework.data.convert.EntityWriter<T,S>)
- org.springframework.data.convert.EntityConverter<E,P,T,S> (also extends org.springframework.data.convert.EntityWriter<T,S>)
- org.springframework.data.convert.EntityWriter<T,S>
- org.springframework.data.convert.EntityConverter<E,P,T,S> (also extends org.springframework.data.convert.EntityReader<T,S>)
- io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter (also extends org.springframework.data.convert.EntityReader<T,S>, org.springframework.data.convert.EntityWriter<T,S>)
- io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter (also extends org.springframework.data.convert.EntityConverter<E,P,T,S>, org.springframework.data.convert.EntityReader<T,S>)
- org.springframework.data.convert.EntityConverter<E,P,T,S> (also extends org.springframework.data.convert.EntityReader<T,S>)
- java.lang.Iterable<T>
- org.springframework.data.mapping.PersistentEntity<T,P>
- io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity<T>
- org.springframework.data.mapping.PersistentEntity<T,P>
- io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
- org.springframework.data.mapping.PersistentProperty<P>
- io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentProperty
- io.github.malteseduck.springframework.data.marklogic.core.QueryCallback<T>
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryConversionService
- com.marklogic.client.query.QueryDefinition
- com.marklogic.client.pojo.PojoQueryDefinition
- com.marklogic.client.query.StructuredQueryDefinition (also extends com.marklogic.client.query.QueryDefinition, com.marklogic.client.query.ValueQueryDefinition)
- io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
- com.marklogic.client.query.StructuredQueryDefinition (also extends com.marklogic.client.query.QueryDefinition, com.marklogic.client.query.ValueQueryDefinition)
- com.marklogic.client.query.StructuredQueryDefinition (also extends com.marklogic.client.pojo.PojoQueryDefinition, com.marklogic.client.query.ValueQueryDefinition)
- io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
- com.marklogic.client.query.ValueQueryDefinition
- com.marklogic.client.query.StructuredQueryDefinition (also extends com.marklogic.client.pojo.PojoQueryDefinition, com.marklogic.client.query.QueryDefinition)
- io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
- com.marklogic.client.query.StructuredQueryDefinition (also extends com.marklogic.client.pojo.PojoQueryDefinition, com.marklogic.client.query.QueryDefinition)
- com.marklogic.client.pojo.PojoQueryDefinition
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter<S>
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- io.github.malteseduck.springframework.data.marklogic.repository.MarkLogicRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- io.github.malteseduck.springframework.data.marklogic.core.convert.ServerTransformer
Annotation Type Hierarchy
- io.github.malteseduck.springframework.data.marklogic.core.mapping.Document (implements java.lang.annotation.Annotation)
- io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories (implements java.lang.annotation.Annotation)
- io.github.malteseduck.springframework.data.marklogic.core.mapping.Indexed (implements java.lang.annotation.Annotation)
- io.github.malteseduck.springframework.data.marklogic.repository.Query (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.BooleanToValueConverter (implements io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter<S>)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter (implements io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter<S>)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.NumberToValueConverter (implements io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter<S>)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter (implements io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter<S>)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToStringValueConverter (implements io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter<S>)
- io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.OldDateToStringValueConverter (implements io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter<S>)
- io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
- io.github.malteseduck.springframework.data.marklogic.core.mapping.IndexType
- io.github.malteseduck.springframework.data.marklogic.repository.query.QueryType
- io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
- io.github.malteseduck.springframework.data.marklogic.core.mapping.TypePersistenceStrategy
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)