Uses of Class
io.github.xezzon.zeroweb.app.App
Packages that use App
Package
Description
-
Uses of App in io.github.xezzon.zeroweb.app
Fields in io.github.xezzon.zeroweb.app with type parameters of type AppModifier and TypeFieldDescriptionApp_.baseUrlStatic metamodel for attributeApp.baseUrlstatic jakarta.persistence.metamodel.EntityType<App> App_.class_Static metamodel type forAppApp_.idStatic metamodel for attributeApp.idApp_.nameStatic metamodel for attributeApp.nameApp_.ordinalStatic metamodel for attributeApp.ordinal -
Uses of App in io.github.xezzon.zeroweb.app.entity
Classes in io.github.xezzon.zeroweb.app.entity that implement interfaces with type arguments of type AppModifier and TypeClassDescriptionfinal record新增服务请求体。final recordUpdateAppReq记录表示用于更新现有服务信息的请求体。Methods in io.github.xezzon.zeroweb.app.entity that return AppMethods in io.github.xezzon.zeroweb.app.entity with parameters of type App -
Uses of App in io.github.xezzon.zeroweb.app.internal
Methods in io.github.xezzon.zeroweb.app.internal that return AppMethods in io.github.xezzon.zeroweb.app.internal that return types with arguments of type App -
Uses of App in io.github.xezzon.zeroweb.app.repository
Subinterfaces with type arguments of type App in io.github.xezzon.zeroweb.app.repositoryModifier and TypeInterfaceDescriptioninterfaceAppRepository是服务实体的 JPA 数据仓库接口。interfaceAppRepository是服务实体的 JPA 数据仓库接口。Methods in io.github.xezzon.zeroweb.app.repository that return types with arguments of type AppModifier and TypeMethodDescriptionAppRepository.findAllByOrderByOrdinalAsc()查询所有服务,并按ordinal字段升序排列。