Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISView
-
Packages that use ISView Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISView in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISView Modifier and Type Method Description <E extends ISView>
EISView. into(E into)Copy data into another generated Record/POJO implementing the common interface ISViewMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISView Modifier and Type Method Description default ISViewISView. fromJson(io.vertx.core.json.JsonObject json)ISViewISView. setActive(Boolean value)Setter forDB_ETERNAL.S_VIEW.ACTIVE.ISViewISView. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_VIEW.CREATED_AT.ISViewISView. setCreatedBy(String value)Setter forDB_ETERNAL.S_VIEW.CREATED_BY.ISViewISView. setCriteria(String value)Setter forDB_ETERNAL.S_VIEW.CRITERIA.ISViewISView. setKey(String value)Setter forDB_ETERNAL.S_VIEW.KEY.ISViewISView. setLanguage(String value)Setter forDB_ETERNAL.S_VIEW.LANGUAGE.ISViewISView. setMetadata(String value)Setter forDB_ETERNAL.S_VIEW.METADATA.ISViewISView. setName(String value)Setter forDB_ETERNAL.S_VIEW.NAME.ISViewISView. setOwner(String value)Setter forDB_ETERNAL.S_VIEW.OWNER.ISViewISView. setOwnerType(String value)Setter forDB_ETERNAL.S_VIEW.OWNER_TYPE.ISViewISView. setPosition(String value)Setter forDB_ETERNAL.S_VIEW.POSITION.ISViewISView. setProjection(String value)Setter forDB_ETERNAL.S_VIEW.PROJECTION.ISViewISView. setResourceId(String value)Setter forDB_ETERNAL.S_VIEW.RESOURCE_ID.ISViewISView. setRows(String value)Setter forDB_ETERNAL.S_VIEW.ROWS.ISViewISView. setSigma(String value)Setter forDB_ETERNAL.S_VIEW.SIGMA.ISViewISView. setTitle(String value)Setter forDB_ETERNAL.S_VIEW.TITLE.ISViewISView. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_VIEW.UPDATED_AT.ISViewISView. setUpdatedBy(String value)Setter forDB_ETERNAL.S_VIEW.UPDATED_BY.ISViewISView. setVisitant(Boolean value)Setter forDB_ETERNAL.S_VIEW.VISITANT.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISView Modifier and Type Method Description voidISView. from(ISView from)Load data from another generated Record/POJO implementing the common interface ISView -
Uses of ISView in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISView Modifier and Type Class Description classSViewThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISView Modifier and Type Method Description <E extends ISView>
ESView. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISView Modifier and Type Method Description voidSView. from(ISView from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISView Constructor Description SView(ISView value) -
Uses of ISView in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISView Modifier and Type Class Description classSViewRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISView Modifier and Type Method Description <E extends ISView>
ESViewRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISView Modifier and Type Method Description voidSViewRecord. from(ISView from)
-