Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISUser
-
Packages that use ISUser Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISUser in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISUser Modifier and Type Method Description <E extends ISUser>
EISUser. into(E into)Copy data into another generated Record/POJO implementing the common interface ISUserMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISUser Modifier and Type Method Description default ISUserISUser. fromJson(io.vertx.core.json.JsonObject json)ISUserISUser. setActive(Boolean value)Setter forDB_ETERNAL.S_USER.ACTIVE.ISUserISUser. setAlias(String value)Setter forDB_ETERNAL.S_USER.ALIAS.ISUserISUser. setCategory(String value)Setter forDB_ETERNAL.S_USER.CATEGORY.ISUserISUser. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_USER.CREATED_AT.ISUserISUser. setCreatedBy(String value)Setter forDB_ETERNAL.S_USER.CREATED_BY.ISUserISUser. setEmail(String value)Setter forDB_ETERNAL.S_USER.EMAIL.ISUserISUser. setKey(String value)Setter forDB_ETERNAL.S_USER.KEY.ISUserISUser. setLanguage(String value)Setter forDB_ETERNAL.S_USER.LANGUAGE.ISUserISUser. setMetadata(String value)Setter forDB_ETERNAL.S_USER.METADATA.ISUserISUser. setMobile(String value)Setter forDB_ETERNAL.S_USER.MOBILE.ISUserISUser. setModelId(String value)Setter forDB_ETERNAL.S_USER.MODEL_ID.ISUserISUser. setModelKey(String value)Setter forDB_ETERNAL.S_USER.MODEL_KEY.ISUserISUser. setPassword(String value)Setter forDB_ETERNAL.S_USER.PASSWORD.ISUserISUser. setRealname(String value)Setter forDB_ETERNAL.S_USER.REALNAME.ISUserISUser. setSigma(String value)Setter forDB_ETERNAL.S_USER.SIGMA.ISUserISUser. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_USER.UPDATED_AT.ISUserISUser. setUpdatedBy(String value)Setter forDB_ETERNAL.S_USER.UPDATED_BY.ISUserISUser. setUsername(String value)Setter forDB_ETERNAL.S_USER.USERNAME.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISUser Modifier and Type Method Description voidISUser. from(ISUser from)Load data from another generated Record/POJO implementing the common interface ISUser -
Uses of ISUser in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISUser Modifier and Type Class Description classSUserThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISUser Modifier and Type Method Description <E extends ISUser>
ESUser. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISUser Modifier and Type Method Description voidSUser. from(ISUser from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISUser Constructor Description SUser(ISUser value) -
Uses of ISUser in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISUser Modifier and Type Class Description classSUserRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISUser Modifier and Type Method Description <E extends ISUser>
ESUserRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISUser Modifier and Type Method Description voidSUserRecord. from(ISUser from)
-