类分层结构
- java.lang.Object
- cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity (implements cn.herodotus.engine.assistant.core.definition.domain.Entity)
- cn.herodotus.engine.data.jpa.hibernate.identifier.AbstractUuidGenerator (implements org.hibernate.id.factory.spi.StandardGenerator)
- cn.herodotus.engine.oauth2.data.jpa.jackson2.AuthorizationGrantTypeMixin
- cn.herodotus.engine.data.core.service.BaseService<E,ID> (implements cn.herodotus.engine.data.core.service.WriteableService<E,ID>)
- cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientAuthenticationMethodMixin
- cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsMixin
- cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId (implements java.io.Serializable)
- cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService)
- cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService)
- cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository (implements org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository)
- com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
- com.fasterxml.jackson.databind.Module (implements com.fasterxml.jackson.core.Versioned)
- com.fasterxml.jackson.databind.module.SimpleModule (implements java.io.Serializable)
- cn.herodotus.engine.oauth2.data.jpa.utils.OAuth2AuthorizationUtils
- cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenMixin
- cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
- cn.herodotus.engine.oauth2.data.jpa.jackson2.RegisteredClientMixin
- cn.herodotus.engine.oauth2.data.jpa.jackson2.TokenSettingsMixin
接口分层结构
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- cn.herodotus.engine.data.core.repository.BaseRepository<E,ID> (并 extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
- cn.herodotus.engine.data.core.repository.BaseRepository<E,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- 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> (并 extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- cn.herodotus.engine.data.core.repository.BaseRepository<E,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- cn.herodotus.engine.data.core.repository.BaseRepository<E,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
Annotation Interface Hierarchy