Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISPath
-
Packages that use ISPath Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISPath in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISPath Modifier and Type Method Description <E extends ISPath>
EISPath. into(E into)Copy data into another generated Record/POJO implementing the common interface ISPathMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISPath Modifier and Type Method Description default ISPathISPath. fromJson(io.vertx.core.json.JsonObject json)ISPathISPath. setActive(Boolean value)Setter forDB_ETERNAL.S_PATH.ACTIVE.ISPathISPath. setCode(String value)Setter forDB_ETERNAL.S_PATH.CODE.ISPathISPath. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_PATH.CREATED_AT.ISPathISPath. setCreatedBy(String value)Setter forDB_ETERNAL.S_PATH.CREATED_BY.ISPathISPath. setGroupComponent(String value)Setter forDB_ETERNAL.S_PATH.GROUP_COMPONENT.ISPathISPath. setGroupCondition(String value)Setter forDB_ETERNAL.S_PATH.GROUP_CONDITION.ISPathISPath. setGroupConfig(String value)Setter forDB_ETERNAL.S_PATH.GROUP_CONFIG.ISPathISPath. setGroupMapping(String value)Setter forDB_ETERNAL.S_PATH.GROUP_MAPPING.ISPathISPath. setGroupType(String value)Setter forDB_ETERNAL.S_PATH.GROUP_TYPE.ISPathISPath. setKey(String value)Setter forDB_ETERNAL.S_PATH.KEY.ISPathISPath. setLanguage(String value)Setter forDB_ETERNAL.S_PATH.LANGUAGE.ISPathISPath. setMetadata(String value)Setter forDB_ETERNAL.S_PATH.METADATA.ISPathISPath. setName(String value)Setter forDB_ETERNAL.S_PATH.NAME.ISPathISPath. setSigma(String value)Setter forDB_ETERNAL.S_PATH.SIGMA.ISPathISPath. setUiComponent(String value)Setter forDB_ETERNAL.S_PATH.UI_COMPONENT.ISPathISPath. setUiCondition(String value)Setter forDB_ETERNAL.S_PATH.UI_CONDITION.ISPathISPath. setUiConfig(String value)Setter forDB_ETERNAL.S_PATH.UI_CONFIG.ISPathISPath. setUiType(String value)Setter forDB_ETERNAL.S_PATH.UI_TYPE.ISPathISPath. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_PATH.UPDATED_AT.ISPathISPath. setUpdatedBy(String value)Setter forDB_ETERNAL.S_PATH.UPDATED_BY.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISPath Modifier and Type Method Description voidISPath. from(ISPath from)Load data from another generated Record/POJO implementing the common interface ISPath -
Uses of ISPath in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISPath Modifier and Type Class Description classSPathThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISPath Modifier and Type Method Description <E extends ISPath>
ESPath. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISPath Modifier and Type Method Description voidSPath. from(ISPath from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISPath Constructor Description SPath(ISPath value) -
Uses of ISPath in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISPath Modifier and Type Class Description classSPathRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISPath Modifier and Type Method Description <E extends ISPath>
ESPathRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISPath Modifier and Type Method Description voidSPathRecord. from(ISPath from)
-