Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISPermSet
-
Packages that use ISPermSet Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISPermSet in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISPermSet Modifier and Type Method Description <E extends ISPermSet>
EISPermSet. into(E into)Copy data into another generated Record/POJO implementing the common interface ISPermSetMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISPermSet Modifier and Type Method Description default ISPermSetISPermSet. fromJson(io.vertx.core.json.JsonObject json)ISPermSetISPermSet. setActive(Boolean value)Setter forDB_ETERNAL.S_PERM_SET.ACTIVE.ISPermSetISPermSet. setCode(String value)Setter forDB_ETERNAL.S_PERM_SET.CODE.ISPermSetISPermSet. setComment(String value)Setter forDB_ETERNAL.S_PERM_SET.COMMENT.ISPermSetISPermSet. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_PERM_SET.CREATED_AT.ISPermSetISPermSet. setCreatedBy(String value)Setter forDB_ETERNAL.S_PERM_SET.CREATED_BY.ISPermSetISPermSet. setKey(String value)Setter forDB_ETERNAL.S_PERM_SET.KEY.ISPermSetISPermSet. setLanguage(String value)Setter forDB_ETERNAL.S_PERM_SET.LANGUAGE.ISPermSetISPermSet. setMetadata(String value)Setter forDB_ETERNAL.S_PERM_SET.METADATA.ISPermSetISPermSet. setName(String value)Setter forDB_ETERNAL.S_PERM_SET.NAME.ISPermSetISPermSet. setSigma(String value)Setter forDB_ETERNAL.S_PERM_SET.SIGMA.ISPermSetISPermSet. setType(String value)Setter forDB_ETERNAL.S_PERM_SET.TYPE.ISPermSetISPermSet. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_PERM_SET.UPDATED_AT.ISPermSetISPermSet. setUpdatedBy(String value)Setter forDB_ETERNAL.S_PERM_SET.UPDATED_BY.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISPermSet Modifier and Type Method Description voidISPermSet. from(ISPermSet from)Load data from another generated Record/POJO implementing the common interface ISPermSet -
Uses of ISPermSet in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISPermSet Modifier and Type Class Description classSPermSetThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISPermSet Modifier and Type Method Description <E extends ISPermSet>
ESPermSet. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISPermSet Modifier and Type Method Description voidSPermSet. from(ISPermSet from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISPermSet Constructor Description SPermSet(ISPermSet value) -
Uses of ISPermSet in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISPermSet Modifier and Type Class Description classSPermSetRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISPermSet Modifier and Type Method Description <E extends ISPermSet>
ESPermSetRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISPermSet Modifier and Type Method Description voidSPermSetRecord. from(ISPermSet from)
-