Class Hierarchy

Interface Hierarchy

  • io.github.xezzon.zeroweb.openapi.service.IOpenapiService4Subscription
  • io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4Call
  • io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4ThirdPartyApp
  • io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService
  • io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService4Call
  • org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
    • io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
    • io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
    • io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (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>)
      • io.github.xezzon.zeroweb.third_party_app.repository.AccessSecretRepository
      • io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
      • io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
      • io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (also 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> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
          • io.github.xezzon.zeroweb.third_party_app.repository.AccessSecretRepository
          • io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
          • io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
          • io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (also 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> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
          • io.github.xezzon.zeroweb.third_party_app.repository.AccessSecretRepository
          • io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
          • io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
          • io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)

Enum Class Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
      • io.github.xezzon.zeroweb.openapi.domain.HttpMethod (implements io.github.xezzon.tao.dict.IDict)
      • io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus (implements io.github.xezzon.tao.dict.IDict)
      • io.github.xezzon.zeroweb.common.exception.OpenErrorCode (implements io.github.xezzon.zeroweb.core.error.IErrorCode)
      • io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus (implements io.github.xezzon.tao.dict.IDict)