Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.IOUser
-
Packages that use IOUser Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of IOUser in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type IOUser Modifier and Type Method Description <E extends IOUser>
EIOUser. into(E into)Copy data into another generated Record/POJO implementing the common interface IOUserMethods in cn.vertxup.rbac.domain.tables.interfaces that return IOUser Modifier and Type Method Description default IOUserIOUser. fromJson(io.vertx.core.json.JsonObject json)IOUserIOUser. setActive(Boolean value)Setter forDB_ETERNAL.O_USER.ACTIVE.IOUserIOUser. setClientId(String value)Setter forDB_ETERNAL.O_USER.CLIENT_ID.IOUserIOUser. setClientSecret(String value)Setter forDB_ETERNAL.O_USER.CLIENT_SECRET.IOUserIOUser. setCode(String value)Setter forDB_ETERNAL.O_USER.CODE.IOUserIOUser. setGrantType(String value)Setter forDB_ETERNAL.O_USER.GRANT_TYPE.IOUserIOUser. setKey(String value)Setter forDB_ETERNAL.O_USER.KEY.IOUserIOUser. setLanguage(String value)Setter forDB_ETERNAL.O_USER.LANGUAGE.IOUserIOUser. setMetadata(String value)Setter forDB_ETERNAL.O_USER.METADATA.IOUserIOUser. setRedirectUri(String value)Setter forDB_ETERNAL.O_USER.REDIRECT_URI.IOUserIOUser. setScope(String value)Setter forDB_ETERNAL.O_USER.SCOPE.IOUserIOUser. setState(String value)Setter forDB_ETERNAL.O_USER.STATE.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type IOUser Modifier and Type Method Description voidIOUser. from(IOUser from)Load data from another generated Record/POJO implementing the common interface IOUser -
Uses of IOUser in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement IOUser Modifier and Type Class Description classOUserThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type IOUser Modifier and Type Method Description <E extends IOUser>
EOUser. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type IOUser Modifier and Type Method Description voidOUser. from(IOUser from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type IOUser Constructor Description OUser(IOUser value) -
Uses of IOUser in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement IOUser Modifier and Type Class Description classOUserRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type IOUser Modifier and Type Method Description <E extends IOUser>
EOUserRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type IOUser Modifier and Type Method Description voidOUserRecord. from(IOUser from)
-