所有程序包的分层结构
程序包分层结构:- cn.herodotus.engine.oauth2.data.jpa.configuration,
- cn.herodotus.engine.oauth2.data.jpa.entity,
- cn.herodotus.engine.oauth2.data.jpa.generator,
- cn.herodotus.engine.oauth2.data.jpa.repository,
- cn.herodotus.engine.oauth2.data.jpa.service,
- cn.herodotus.engine.oauth2.data.jpa.storage,
- cn.herodotus.engine.oauth2.data.jpa.utils
类分层结构
- java.lang.Object
- cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity (implements cn.herodotus.engine.assistant.core.definition.domain.Entity)
- cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- cn.herodotus.engine.data.core.service.BaseLayeredService<E,
ID> (implements cn.herodotus.engine.data.core.service.WriteableService<E, ID>) - cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
- cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
- 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)
- cn.herodotus.engine.oauth2.data.jpa.utils.OAuth2AuthorizationUtils
- cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
- org.hibernate.id.UUIDGenerator (implements org.hibernate.id.IdentifierGenerator)
- cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationGenerator
- cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusRegisteredClientGenerator
- cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity (implements cn.herodotus.engine.assistant.core.definition.domain.Entity)
接口分层结构
- 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>) - cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationConsentRepository
- cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
- cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusRegisteredClientRepository
- cn.herodotus.engine.data.core.repository.BaseRepository<E,
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T, ID>) - cn.herodotus.engine.data.core.repository.BaseRepository<E,
ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>) - cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationConsentRepository
- cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
- cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusRegisteredClientRepository
- cn.herodotus.engine.data.core.repository.BaseRepository<E,
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (并 extends org.springframework.data.repository.query.QueryByExampleExecutor<T>) - cn.herodotus.engine.data.core.repository.BaseRepository<E,
ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>) - cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationConsentRepository
- cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
- cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusRegisteredClientRepository
- cn.herodotus.engine.data.core.repository.BaseRepository<E,
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,