Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILCity
-
Packages that use ILCity Package Description cn.vertxup.lbs.domain.tables.interfaces cn.vertxup.lbs.domain.tables.pojos cn.vertxup.lbs.domain.tables.records -
-
Uses of ILCity in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILCity Modifier and Type Method Description <E extends ILCity>
EILCity. into(E into)Copy data into another generated Record/POJO implementing the common interface ILCityMethods in cn.vertxup.lbs.domain.tables.interfaces that return ILCity Modifier and Type Method Description default ILCityILCity. fromJson(io.vertx.core.json.JsonObject json)ILCityILCity. setActive(Boolean value)Setter forDB_ETERNAL.L_CITY.ACTIVE.ILCityILCity. setCode(String value)Setter forDB_ETERNAL.L_CITY.CODE.ILCityILCity. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_CITY.CREATED_AT.ILCityILCity. setCreatedBy(String value)Setter forDB_ETERNAL.L_CITY.CREATED_BY.ILCityILCity. setKey(String value)Setter forDB_ETERNAL.L_CITY.KEY.ILCityILCity. setLanguage(String value)Setter forDB_ETERNAL.L_CITY.LANGUAGE.ILCityILCity. setMetadata(String value)Setter forDB_ETERNAL.L_CITY.METADATA.ILCityILCity. setName(String value)Setter forDB_ETERNAL.L_CITY.NAME.ILCityILCity. setOrder(Integer value)Setter forDB_ETERNAL.L_CITY.ORDER.ILCityILCity. setSigma(String value)Setter forDB_ETERNAL.L_CITY.SIGMA.ILCityILCity. setStateId(String value)Setter forDB_ETERNAL.L_CITY.STATE_ID.ILCityILCity. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_CITY.UPDATED_AT.ILCityILCity. setUpdatedBy(String value)Setter forDB_ETERNAL.L_CITY.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILCity Modifier and Type Method Description voidILCity. from(ILCity from)Load data from another generated Record/POJO implementing the common interface ILCity -
Uses of ILCity in cn.vertxup.lbs.domain.tables.pojos
Classes in cn.vertxup.lbs.domain.tables.pojos that implement ILCity Modifier and Type Class Description classLCityThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILCity Modifier and Type Method Description <E extends ILCity>
ELCity. into(E into)Methods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILCity Modifier and Type Method Description voidLCity. from(ILCity from)Constructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILCity Constructor Description LCity(ILCity value) -
Uses of ILCity in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILCity Modifier and Type Class Description classLCityRecordThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILCity Modifier and Type Method Description <E extends ILCity>
ELCityRecord. into(E into)Methods in cn.vertxup.lbs.domain.tables.records with parameters of type ILCity Modifier and Type Method Description voidLCityRecord. from(ILCity from)
-