Package Hierarchies:
- io.github.xezzon.zeroweb,
- io.github.xezzon.zeroweb.call.internal,
- io.github.xezzon.zeroweb.common.metadata,
- io.github.xezzon.zeroweb.openapi,
- io.github.xezzon.zeroweb.openapi.entity,
- io.github.xezzon.zeroweb.openapi.enumeration,
- io.github.xezzon.zeroweb.openapi.exception,
- io.github.xezzon.zeroweb.openapi.internal,
- io.github.xezzon.zeroweb.openapi.repository,
- io.github.xezzon.zeroweb.subscription,
- io.github.xezzon.zeroweb.subscription.authz,
- io.github.xezzon.zeroweb.subscription.entity,
- io.github.xezzon.zeroweb.subscription.enumeration,
- io.github.xezzon.zeroweb.subscription.exception,
- io.github.xezzon.zeroweb.subscription.internal,
- io.github.xezzon.zeroweb.subscription.repository,
- io.github.xezzon.zeroweb.third_party_app,
- io.github.xezzon.zeroweb.third_party_app.authn,
- io.github.xezzon.zeroweb.third_party_app.authz,
- io.github.xezzon.zeroweb.third_party_app.entity,
- io.github.xezzon.zeroweb.third_party_app.event,
- io.github.xezzon.zeroweb.third_party_app.exception,
- io.github.xezzon.zeroweb.third_party_app.internal,
- io.github.xezzon.zeroweb.third_party_app.repository
Interface Hierarchy
- io.github.xezzon.zeroweb.openapi.IOpenapiService4Subscription
- io.github.xezzon.zeroweb.subscription.ISubscriptionService4Call
- io.github.xezzon.zeroweb.third_party_app.IThirdPartyAppMemberService
- io.github.xezzon.zeroweb.third_party_app.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.authn.ThirdPartyAppMemberRepository
- 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.authn.ThirdPartyAppMemberRepository
- 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.authn.ThirdPartyAppMemberRepository
- 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.enumeration.HttpMethod (implements io.github.xezzon.zeroweb.core.trait.IDict)
- io.github.xezzon.zeroweb.openapi.enumeration.OpenapiStatus (implements io.github.xezzon.zeroweb.core.trait.IDict)
- io.github.xezzon.zeroweb.subscription.enumeration.SubscriptionStatus (implements io.github.xezzon.zeroweb.core.trait.IDict)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq (implements io.github.xezzon.zeroweb.core.trait.Into<T>)
- io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq (implements io.github.xezzon.zeroweb.core.trait.Into<T>)
- io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq (implements io.github.xezzon.zeroweb.core.trait.Into<T>)
- io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq (implements io.github.xezzon.zeroweb.core.trait.Into<T>)
- io.github.xezzon.zeroweb.third_party_app.event.ThirdPartyAppCreatedEvent