Uses of Class
io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp
Packages that use ThirdPartyApp
Package
Description
-
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app
Methods in io.github.xezzon.zeroweb.third_party_app 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) org.springframework.data.domain.Page<ThirdPartyApp>
ThirdPartyAppDAO.findAllWithUserId
(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata, String userId) io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<ThirdPartyApp>
ThirdPartyAppDAO.getCopier()
org.springframework.data.domain.Page<ThirdPartyApp>
ThirdPartyAppController.listMyThirdPartyApp
(io.github.xezzon.zeroweb.core.odata.ODataRequestParam odata) 获取当前用户的所有第三方应用列表org.springframework.data.domain.Page<ThirdPartyApp>
ThirdPartyAppController.listThirdPartyApp
(io.github.xezzon.zeroweb.core.odata.ODataRequestParam odata) 查询所有第三方应用列表 -
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.domain
Fields in io.github.xezzon.zeroweb.third_party_app.domain with type parameters of type ThirdPartyAppModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<ThirdPartyApp>
ThirdPartyApp_.class_
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp,
Instant> ThirdPartyApp_.createTime
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp,
String> ThirdPartyApp_.id
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp,
String> ThirdPartyApp_.name
static jakarta.persistence.metamodel.SingularAttribute<ThirdPartyApp,
String> ThirdPartyApp_.ownerId
-
Uses of ThirdPartyApp in io.github.xezzon.zeroweb.third_party_app.entity
Methods in io.github.xezzon.zeroweb.third_party_app.entity that return ThirdPartyApp