Uses of Class
io.github.xezzon.zeroweb.third_party_app.ThirdPartyApp
Packages that use ThirdPartyApp
Package
Description
-
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app
Fields in io.github.xezzon.zeroweb.third_party_app with type parameters of type ThirdPartyAppModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<ThirdPartyApp> ThirdPartyApp_.class_Static metamodel type forThirdPartyAppstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp, Instant> ThirdPartyApp_.createTimeStatic metamodel for attributeThirdPartyApp.createTimestatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp, String> ThirdPartyApp_.idStatic metamodel for attributeThirdPartyApp.idstatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp, String> ThirdPartyApp_.nameStatic metamodel for attributeThirdPartyApp.namestatic jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp, String> ThirdPartyApp_.ownerIdStatic metamodel for attributeThirdPartyApp.ownerId -
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.entity
Classes in io.github.xezzon.zeroweb.third_party_app.entity that implement interfaces with type arguments of type ThirdPartyAppMethods in io.github.xezzon.zeroweb.third_party_app.entity that return ThirdPartyApp -
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.event
Methods in io.github.xezzon.zeroweb.third_party_app.event that return ThirdPartyAppModifier and TypeMethodDescriptionThirdPartyAppCreatedEvent.thirdPartyApp()Returns the value of thethirdPartyApprecord component.Constructors in io.github.xezzon.zeroweb.third_party_app.event with parameters of type ThirdPartyAppModifierConstructorDescriptionThirdPartyAppCreatedEvent(ThirdPartyApp thirdPartyApp) Creates an instance of aThirdPartyAppCreatedEventrecord class. -
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.internal
Subclasses with type arguments of type ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.internalMethods in io.github.xezzon.zeroweb.third_party_app.internal that return types with arguments of type ThirdPartyAppModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThirdPartyApp> ThirdPartyAppDAO.findAll(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<ThirdPartyApp> ThirdPartyAppDAO.getCopier()org.springframework.data.domain.Page<@NonNull ThirdPartyApp> ThirdPartyAppHttpEndpoint.listMyThirdPartyApp()获取当前用户的所有第三方应用列表org.springframework.data.domain.Page<@NonNull ThirdPartyApp> ThirdPartyAppHttpEndpoint.listThirdPartyApp(io.github.xezzon.zeroweb.core.odata.ODataRequestParam odata) 查询所有第三方应用列表 -
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.repository
Subinterfaces with type arguments of type ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.repositoryModifier and TypeInterfaceDescriptioninterface第三方应用数据访问层interface第三方应用数据访问层Methods in io.github.xezzon.zeroweb.third_party_app.repository that return types with arguments of type ThirdPartyAppModifier and TypeMethodDescriptionThirdPartyAppRepository.findByIdInOrderByCreateTimeDesc(Collection<String> ids) 根据ID集合查询第三方应用列表,按创建时间降序排序