Package Hierarchies:
Class Hierarchy
- java.lang.Object
- org.springframework.data.repository.core.support.AbstractRepositoryMetadata (implements org.springframework.data.repository.core.RepositoryMetadata)
- org.springframework.data.repository.core.support.DefaultRepositoryMetadata
- org.activiti.cloud.services.modeling.jpa.audit.AuditableEntity<U> (implements org.activiti.cloud.services.auditable.Auditable<U>)
- org.activiti.cloud.services.modeling.jpa.audit.AuditorAwareImpl (implements org.springframework.data.domain.AuditorAware<T>)
- org.activiti.cloud.services.modeling.entity.ExtensionsJsonConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- org.activiti.cloud.services.modeling.jpa.version.IncrementPatchVersionGenerationStrategy (implements org.activiti.cloud.services.modeling.jpa.version.VersionGenerationStrategy)
- org.activiti.cloud.services.modeling.entity.JpaJsonConverter<T> (implements jakarta.persistence.AttributeConverter<X,Y>)
- org.activiti.cloud.services.modeling.jpa.config.ModelingJpaAutoConfiguration
- org.activiti.cloud.services.modeling.jpa.ModelRepositoryImpl (implements org.activiti.cloud.modeling.repository.ModelRepository<P,M>)
- org.activiti.cloud.services.modeling.entity.ObjectMapperJpaConfiguration
- 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)
- org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<T,S,ID>
- org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,ID> (implements org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID>)
- org.activiti.cloud.services.modeling.jpa.version.VersionGenerationHelper<T,V>
- org.activiti.cloud.services.modeling.jpa.version.VersionGenerator
- org.activiti.cloud.services.modeling.jpa.version.VersionIdentifier (implements java.io.Serializable)
Interface Hierarchy
- org.activiti.cloud.modeling.repository.ProjectRepository<P>
- org.activiti.cloud.services.modeling.jpa.ProjectJpaRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.ListCrudRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.activiti.cloud.services.modeling.jpa.version.VersionedEntity<V>
- org.activiti.cloud.services.modeling.jpa.version.VersionEntity<T>
- org.activiti.cloud.services.modeling.jpa.version.VersionGenerationStrategy