Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILRegion
-
Packages that use ILRegion Package Description cn.vertxup.lbs.domain.tables.interfaces cn.vertxup.lbs.domain.tables.pojos cn.vertxup.lbs.domain.tables.records -
-
Uses of ILRegion in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILRegion Modifier and Type Method Description <E extends ILRegion>
EILRegion. into(E into)Copy data into another generated Record/POJO implementing the common interface ILRegionMethods in cn.vertxup.lbs.domain.tables.interfaces that return ILRegion Modifier and Type Method Description default ILRegionILRegion. fromJson(io.vertx.core.json.JsonObject json)ILRegionILRegion. setActive(Boolean value)Setter forDB_ETERNAL.L_REGION.ACTIVE.ILRegionILRegion. setCityId(String value)Setter forDB_ETERNAL.L_REGION.CITY_ID.ILRegionILRegion. setCode(String value)Setter forDB_ETERNAL.L_REGION.CODE.ILRegionILRegion. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_REGION.CREATED_AT.ILRegionILRegion. setCreatedBy(String value)Setter forDB_ETERNAL.L_REGION.CREATED_BY.ILRegionILRegion. setKey(String value)Setter forDB_ETERNAL.L_REGION.KEY.ILRegionILRegion. setLanguage(String value)Setter forDB_ETERNAL.L_REGION.LANGUAGE.ILRegionILRegion. setMetadata(String value)Setter forDB_ETERNAL.L_REGION.METADATA.ILRegionILRegion. setName(String value)Setter forDB_ETERNAL.L_REGION.NAME.ILRegionILRegion. setOrder(Integer value)Setter forDB_ETERNAL.L_REGION.ORDER.ILRegionILRegion. setSigma(String value)Setter forDB_ETERNAL.L_REGION.SIGMA.ILRegionILRegion. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_REGION.UPDATED_AT.ILRegionILRegion. setUpdatedBy(String value)Setter forDB_ETERNAL.L_REGION.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILRegion Modifier and Type Method Description voidILRegion. from(ILRegion from)Load data from another generated Record/POJO implementing the common interface ILRegion -
Uses of ILRegion in cn.vertxup.lbs.domain.tables.pojos
Classes in cn.vertxup.lbs.domain.tables.pojos that implement ILRegion Modifier and Type Class Description classLRegionThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILRegion Modifier and Type Method Description <E extends ILRegion>
ELRegion. into(E into)Methods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILRegion Modifier and Type Method Description voidLRegion. from(ILRegion from)Constructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILRegion Constructor Description LRegion(ILRegion value) -
Uses of ILRegion in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILRegion Modifier and Type Class Description classLRegionRecordThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILRegion Modifier and Type Method Description <E extends ILRegion>
ELRegionRecord. into(E into)Methods in cn.vertxup.lbs.domain.tables.records with parameters of type ILRegion Modifier and Type Method Description voidLRegionRecord. from(ILRegion from)
-