Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SVisitant
Packages that use SVisitant
Package
Description
-
Uses of SVisitant in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SVisitantModifier and TypeMethodDescriptionSVisitantDao.findManyByAclVariety(Collection<String> values) Find records that haveACL_VARIETY IN (values)asynchronouslySVisitantDao.findManyByAclVariety(Collection<String> values, int limit) Find records that haveACL_VARIETY IN (values)asynchronously limited by the given limitSVisitantDao.findManyByAclVerge(Collection<String> values) Find records that haveACL_VERGE IN (values)asynchronouslySVisitantDao.findManyByAclVerge(Collection<String> values, int limit) Find records that haveACL_VERGE IN (values)asynchronously limited by the given limitSVisitantDao.findManyByAclView(Collection<String> values) Find records that haveACL_VIEW IN (values)asynchronouslySVisitantDao.findManyByAclView(Collection<String> values, int limit) Find records that haveACL_VIEW IN (values)asynchronously limited by the given limitSVisitantDao.findManyByAclVisible(Collection<String> values) Find records that haveACL_VISIBLE IN (values)asynchronouslySVisitantDao.findManyByAclVisible(Collection<String> values, int limit) Find records that haveACL_VISIBLE IN (values)asynchronously limited by the given limitSVisitantDao.findManyByAclVow(Collection<String> values) Find records that haveACL_VOW IN (values)asynchronouslySVisitantDao.findManyByAclVow(Collection<String> values, int limit) Find records that haveACL_VOW IN (values)asynchronously limited by the given limitSVisitantDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySVisitantDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSVisitantDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySVisitantDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSVisitantDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySVisitantDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSVisitantDao.findManyByDmColumn(Collection<String> values) Find records that haveDM_COLUMN IN (values)asynchronouslySVisitantDao.findManyByDmColumn(Collection<String> values, int limit) Find records that haveDM_COLUMN IN (values)asynchronously limited by the given limitSVisitantDao.findManyByDmQr(Collection<String> values) Find records that haveDM_QR IN (values)asynchronouslySVisitantDao.findManyByDmQr(Collection<String> values, int limit) Find records that haveDM_QR IN (values)asynchronously limited by the given limitSVisitantDao.findManyByDmRow(Collection<String> values) Find records that haveDM_ROW IN (values)asynchronouslySVisitantDao.findManyByDmRow(Collection<String> values, int limit) Find records that haveDM_ROW IN (values)asynchronously limited by the given limitSVisitantDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslySVisitantDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitSVisitantDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySVisitantDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSVisitantDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySVisitantDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSVisitantDao.findManyByMode(Collection<String> values) Find records that haveMODE IN (values)asynchronouslySVisitantDao.findManyByMode(Collection<String> values, int limit) Find records that haveMODE IN (values)asynchronously limited by the given limitSVisitantDao.findManyByPhase(Collection<String> values) Find records that havePHASE IN (values)asynchronouslySVisitantDao.findManyByPhase(Collection<String> values, int limit) Find records that havePHASE IN (values)asynchronously limited by the given limitSVisitantDao.findManyBySeekKey(Collection<String> values) Find records that haveSEEK_KEY IN (values)asynchronouslySVisitantDao.findManyBySeekKey(Collection<String> values, int limit) Find records that haveSEEK_KEY IN (values)asynchronously limited by the given limitSVisitantDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySVisitantDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSVisitantDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslySVisitantDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitSVisitantDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySVisitantDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSVisitantDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySVisitantDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitSVisitantDao.findManyByViewId(Collection<String> values) Find records that haveVIEW_ID IN (values)asynchronouslySVisitantDao.findManyByViewId(Collection<String> values, int limit) Find records that haveVIEW_ID IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SVisitantRecord,SVisitant, String> SVisitantDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SVisitant -
Uses of SVisitant in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SVisitantModifier and TypeMethodDescriptionSVisitant.setAclVariety(String aclVariety) Setter forDB_ETERNAL.S_VISITANT.ACL_VARIETY.SVisitant.setAclVerge(String aclVerge) Setter forDB_ETERNAL.S_VISITANT.ACL_VERGE.SVisitant.setAclView(String aclView) Setter forDB_ETERNAL.S_VISITANT.ACL_VIEW.SVisitant.setAclVisible(String aclVisible) Setter forDB_ETERNAL.S_VISITANT.ACL_VISIBLE.Setter forDB_ETERNAL.S_VISITANT.ACL_VOW.Setter forDB_ETERNAL.S_VISITANT.ACTIVE.SVisitant.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_VISITANT.CREATED_AT.SVisitant.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_VISITANT.CREATED_BY.SVisitant.setDmColumn(String dmColumn) Setter forDB_ETERNAL.S_VISITANT.DM_COLUMN.Setter forDB_ETERNAL.S_VISITANT.DM_QR.Setter forDB_ETERNAL.S_VISITANT.DM_ROW.SVisitant.setIdentifier(String identifier) Setter forDB_ETERNAL.S_VISITANT.IDENTIFIER.Setter forDB_ETERNAL.S_VISITANT.KEY.SVisitant.setLanguage(String language) Setter forDB_ETERNAL.S_VISITANT.LANGUAGE.SVisitant.setMetadata(String metadata) Setter forDB_ETERNAL.S_VISITANT.METADATA.Setter forDB_ETERNAL.S_VISITANT.MODE.Setter forDB_ETERNAL.S_VISITANT.PHASE.SVisitant.setSeekKey(String seekKey) Setter forDB_ETERNAL.S_VISITANT.SEEK_KEY.Setter forDB_ETERNAL.S_VISITANT.SIGMA.Setter forDB_ETERNAL.S_VISITANT.TYPE.SVisitant.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_VISITANT.UPDATED_AT.SVisitant.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_VISITANT.UPDATED_BY.Setter forDB_ETERNAL.S_VISITANT.VIEW_ID. -
Uses of SVisitant in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SVisitantModifierConstructorDescriptionSVisitantRecord(SVisitant value) Create a detached, initialised SVisitantRecord -
Uses of SVisitant in io.vertx.tp.rbac.acl.rapid
Methods in io.vertx.tp.rbac.acl.rapid with parameters of type SVisitantModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of SVisitant in io.vertx.tp.rbac.atom.acl
Constructors in io.vertx.tp.rbac.atom.acl with parameters of type SVisitant