Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.IRUserGroup
-
Packages that use IRUserGroup Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of IRUserGroup in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type IRUserGroup Modifier and Type Method Description <E extends IRUserGroup>
EIRUserGroup. into(E into)Copy data into another generated Record/POJO implementing the common interface IRUserGroupMethods in cn.vertxup.rbac.domain.tables.interfaces that return IRUserGroup Modifier and Type Method Description default IRUserGroupIRUserGroup. fromJson(io.vertx.core.json.JsonObject json)IRUserGroupIRUserGroup. setGroupId(String value)Setter forDB_ETERNAL.R_USER_GROUP.GROUP_ID.IRUserGroupIRUserGroup. setPriority(Integer value)Setter forDB_ETERNAL.R_USER_GROUP.PRIORITY.IRUserGroupIRUserGroup. setUserId(String value)Setter forDB_ETERNAL.R_USER_GROUP.USER_ID.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type IRUserGroup Modifier and Type Method Description voidIRUserGroup. from(IRUserGroup from)Load data from another generated Record/POJO implementing the common interface IRUserGroup -
Uses of IRUserGroup in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement IRUserGroup Modifier and Type Class Description classRUserGroupThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type IRUserGroup Modifier and Type Method Description <E extends IRUserGroup>
ERUserGroup. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRUserGroup Modifier and Type Method Description voidRUserGroup. from(IRUserGroup from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type IRUserGroup Constructor Description RUserGroup(IRUserGroup value) -
Uses of IRUserGroup in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement IRUserGroup Modifier and Type Class Description classRUserGroupRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type IRUserGroup Modifier and Type Method Description <E extends IRUserGroup>
ERUserGroupRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type IRUserGroup Modifier and Type Method Description voidRUserGroupRecord. from(IRUserGroup from)
-