Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SRole
Packages that use SRole
Package
Description
-
Uses of SRole in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SRoleModifier and TypeMethodDescriptionSRoleDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySRoleDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSRoleDao.findManyByCategory(Collection<String> values) Find records that haveCATEGORY IN (values)asynchronouslySRoleDao.findManyByCategory(Collection<String> values, int limit) Find records that haveCATEGORY IN (values)asynchronously limited by the given limitSRoleDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslySRoleDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitSRoleDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslySRoleDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitSRoleDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySRoleDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSRoleDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySRoleDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSRoleDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySRoleDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSRoleDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySRoleDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSRoleDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslySRoleDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitSRoleDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslySRoleDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitSRoleDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslySRoleDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitSRoleDao.findManyByPower(Collection<Boolean> values) Find records that havePOWER IN (values)asynchronouslySRoleDao.findManyByPower(Collection<Boolean> values, int limit) Find records that havePOWER IN (values)asynchronously limited by the given limitSRoleDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySRoleDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSRoleDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySRoleDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSRoleDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySRoleDao.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<SRoleRecord,SRole, String> SRoleDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SRole -
Uses of SRole in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SRoleModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_ROLE.ACTIVE.SRole.setCategory(String category) Setter forDB_ETERNAL.S_ROLE.CATEGORY.Setter forDB_ETERNAL.S_ROLE.CODE.SRole.setComment(String comment) Setter forDB_ETERNAL.S_ROLE.COMMENT.SRole.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_ROLE.CREATED_AT.SRole.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_ROLE.CREATED_BY.Setter forDB_ETERNAL.S_ROLE.KEY.SRole.setLanguage(String language) Setter forDB_ETERNAL.S_ROLE.LANGUAGE.SRole.setMetadata(String metadata) Setter forDB_ETERNAL.S_ROLE.METADATA.SRole.setModelId(String modelId) Setter forDB_ETERNAL.S_ROLE.MODEL_ID.SRole.setModelKey(String modelKey) Setter forDB_ETERNAL.S_ROLE.MODEL_KEY.Setter forDB_ETERNAL.S_ROLE.NAME.Setter forDB_ETERNAL.S_ROLE.POWER.Setter forDB_ETERNAL.S_ROLE.SIGMA.SRole.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_ROLE.UPDATED_AT.SRole.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_ROLE.UPDATED_BY. -
Uses of SRole in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SRoleModifierConstructorDescriptionSRoleRecord(SRole value) Create a detached, initialised SRoleRecord -
Uses of SRole in io.vertx.tp.rbac.acl.relation
Methods in io.vertx.tp.rbac.acl.relation that return types with arguments of type SRole