Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SPath
Packages that use SPath
Package
Description
-
Uses of SPath in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SPathModifier and TypeMethodDescriptionSPathDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySPathDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSPathDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslySPathDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitSPathDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySPathDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSPathDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySPathDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSPathDao.findManyByDmComponent(Collection<String> values) Find records that haveDM_COMPONENT IN (values)asynchronouslySPathDao.findManyByDmComponent(Collection<String> values, int limit) Find records that haveDM_COMPONENT IN (values)asynchronously limited by the given limitSPathDao.findManyByDmCondition(Collection<String> values) Find records that haveDM_CONDITION IN (values)asynchronouslySPathDao.findManyByDmCondition(Collection<String> values, int limit) Find records that haveDM_CONDITION IN (values)asynchronously limited by the given limitSPathDao.findManyByDmConfig(Collection<String> values) Find records that haveDM_CONFIG IN (values)asynchronouslySPathDao.findManyByDmConfig(Collection<String> values, int limit) Find records that haveDM_CONFIG IN (values)asynchronously limited by the given limitSPathDao.findManyByDmType(Collection<String> values) Find records that haveDM_TYPE IN (values)asynchronouslySPathDao.findManyByDmType(Collection<String> values, int limit) Find records that haveDM_TYPE IN (values)asynchronously limited by the given limitSPathDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySPathDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSPathDao.findManyByMapping(Collection<String> values) Find records that haveMAPPING IN (values)asynchronouslySPathDao.findManyByMapping(Collection<String> values, int limit) Find records that haveMAPPING IN (values)asynchronously limited by the given limitSPathDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySPathDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSPathDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslySPathDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitSPathDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslySPathDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitSPathDao.findManyByPhase(Collection<String> values) Find records that havePHASE IN (values)asynchronouslySPathDao.findManyByPhase(Collection<String> values, int limit) Find records that havePHASE IN (values)asynchronously limited by the given limitSPathDao.findManyByRunComponent(Collection<String> values) Find records that haveRUN_COMPONENT IN (values)asynchronouslySPathDao.findManyByRunComponent(Collection<String> values, int limit) Find records that haveRUN_COMPONENT IN (values)asynchronously limited by the given limitSPathDao.findManyByRunType(Collection<String> values) Find records that haveRUN_TYPE IN (values)asynchronouslySPathDao.findManyByRunType(Collection<String> values, int limit) Find records that haveRUN_TYPE IN (values)asynchronously limited by the given limitSPathDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySPathDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSPathDao.findManyByUiComponent(Collection<String> values) Find records that haveUI_COMPONENT IN (values)asynchronouslySPathDao.findManyByUiComponent(Collection<String> values, int limit) Find records that haveUI_COMPONENT IN (values)asynchronously limited by the given limitSPathDao.findManyByUiCondition(Collection<String> values) Find records that haveUI_CONDITION IN (values)asynchronouslySPathDao.findManyByUiCondition(Collection<String> values, int limit) Find records that haveUI_CONDITION IN (values)asynchronously limited by the given limitSPathDao.findManyByUiConfig(Collection<String> values) Find records that haveUI_CONFIG IN (values)asynchronouslySPathDao.findManyByUiConfig(Collection<String> values, int limit) Find records that haveUI_CONFIG IN (values)asynchronously limited by the given limitSPathDao.findManyByUiSort(Collection<Integer> values) Find records that haveUI_SORT IN (values)asynchronouslySPathDao.findManyByUiSort(Collection<Integer> values, int limit) Find records that haveUI_SORT IN (values)asynchronously limited by the given limitSPathDao.findManyByUiSurface(Collection<String> values) Find records that haveUI_SURFACE IN (values)asynchronouslySPathDao.findManyByUiSurface(Collection<String> values, int limit) Find records that haveUI_SURFACE IN (values)asynchronously limited by the given limitSPathDao.findManyByUiType(Collection<String> values) Find records that haveUI_TYPE IN (values)asynchronouslySPathDao.findManyByUiType(Collection<String> values, int limit) Find records that haveUI_TYPE IN (values)asynchronously limited by the given limitSPathDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySPathDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSPathDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySPathDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SPathRecord,SPath, String> SPathDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SPath -
Uses of SPath in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SPathModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_PATH.ACTIVE.Setter forDB_ETERNAL.S_PATH.CODE.SPath.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_PATH.CREATED_AT.SPath.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_PATH.CREATED_BY.SPath.setDmComponent(String dmComponent) Setter forDB_ETERNAL.S_PATH.DM_COMPONENT.SPath.setDmCondition(String dmCondition) Setter forDB_ETERNAL.S_PATH.DM_CONDITION.SPath.setDmConfig(String dmConfig) Setter forDB_ETERNAL.S_PATH.DM_CONFIG.Setter forDB_ETERNAL.S_PATH.DM_TYPE.Setter forDB_ETERNAL.S_PATH.KEY.SPath.setLanguage(String language) Setter forDB_ETERNAL.S_PATH.LANGUAGE.SPath.setMapping(String mapping) Setter forDB_ETERNAL.S_PATH.MAPPING.SPath.setMetadata(String metadata) Setter forDB_ETERNAL.S_PATH.METADATA.Setter forDB_ETERNAL.S_PATH.NAME.SPath.setParentId(String parentId) Setter forDB_ETERNAL.S_PATH.PARENT_ID.Setter forDB_ETERNAL.S_PATH.PHASE.SPath.setRunComponent(String runComponent) Setter forDB_ETERNAL.S_PATH.RUN_COMPONENT.SPath.setRunType(String runType) Setter forDB_ETERNAL.S_PATH.RUN_TYPE.Setter forDB_ETERNAL.S_PATH.SIGMA.SPath.setUiComponent(String uiComponent) Setter forDB_ETERNAL.S_PATH.UI_COMPONENT.SPath.setUiCondition(String uiCondition) Setter forDB_ETERNAL.S_PATH.UI_CONDITION.SPath.setUiConfig(String uiConfig) Setter forDB_ETERNAL.S_PATH.UI_CONFIG.Setter forDB_ETERNAL.S_PATH.UI_SORT.SPath.setUiSurface(String uiSurface) Setter forDB_ETERNAL.S_PATH.UI_SURFACE.Setter forDB_ETERNAL.S_PATH.UI_TYPE.SPath.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_PATH.UPDATED_AT.SPath.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_PATH.UPDATED_BY. -
Uses of SPath in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SPathModifierConstructorDescriptionSPathRecord(SPath value) Create a detached, initialised SPathRecord -
Uses of SPath in cn.vertxup.rbac.service.view
Methods in cn.vertxup.rbac.service.view with parameters of type SPathModifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonObject>RuleService.regionAsync(SPath input) io.vertx.core.Future<io.vertx.core.json.JsonObject>RuleStub.regionAsync(SPath paths) -
Uses of SPath in io.vertx.tp.rbac.refine
Methods in io.vertx.tp.rbac.refine with parameters of type SPathModifier and TypeMethodDescriptionstatic io.vertx.core.Future<io.vertx.core.json.JsonObject>Sc.cachePath(SPath path, Function<SPath, io.vertx.core.Future<io.vertx.core.json.JsonObject>> executor) Method parameters in io.vertx.tp.rbac.refine with type arguments of type SPath