Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILCountry
-
Packages that use ILCountry Package Description cn.vertxup.lbs.domain.tables.interfaces cn.vertxup.lbs.domain.tables.pojos cn.vertxup.lbs.domain.tables.records -
-
Uses of ILCountry in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILCountry Modifier and Type Method Description <E extends ILCountry>
EILCountry. into(E into)Copy data into another generated Record/POJO implementing the common interface ILCountryMethods in cn.vertxup.lbs.domain.tables.interfaces that return ILCountry Modifier and Type Method Description default ILCountryILCountry. fromJson(io.vertx.core.json.JsonObject json)ILCountryILCountry. setActive(Boolean value)Setter forDB_ETERNAL.L_COUNTRY.ACTIVE.ILCountryILCountry. setCode(String value)Setter forDB_ETERNAL.L_COUNTRY.CODE.ILCountryILCountry. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT.ILCountryILCountry. setCreatedBy(String value)Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY.ILCountryILCountry. setCurrency(String value)Setter forDB_ETERNAL.L_COUNTRY.CURRENCY.ILCountryILCountry. setFlag(String value)Setter forDB_ETERNAL.L_COUNTRY.FLAG.ILCountryILCountry. setKey(String value)Setter forDB_ETERNAL.L_COUNTRY.KEY.ILCountryILCountry. setLanguage(String value)Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE.ILCountryILCountry. setMetadata(String value)Setter forDB_ETERNAL.L_COUNTRY.METADATA.ILCountryILCountry. setName(String value)Setter forDB_ETERNAL.L_COUNTRY.NAME.ILCountryILCountry. setOrder(Integer value)Setter forDB_ETERNAL.L_COUNTRY.ORDER.ILCountryILCountry. setPhonePrefix(String value)Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.ILCountryILCountry. setSigma(String value)Setter forDB_ETERNAL.L_COUNTRY.SIGMA.ILCountryILCountry. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT.ILCountryILCountry. setUpdatedBy(String value)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILCountry Modifier and Type Method Description voidILCountry. from(ILCountry from)Load data from another generated Record/POJO implementing the common interface ILCountry -
Uses of ILCountry in cn.vertxup.lbs.domain.tables.pojos
Classes in cn.vertxup.lbs.domain.tables.pojos that implement ILCountry Modifier and Type Class Description classLCountryThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILCountry Modifier and Type Method Description <E extends ILCountry>
ELCountry. into(E into)Methods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILCountry Modifier and Type Method Description voidLCountry. from(ILCountry from)Constructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILCountry Constructor Description LCountry(ILCountry value) -
Uses of ILCountry in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILCountry Modifier and Type Class Description classLCountryRecordThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILCountry Modifier and Type Method Description <E extends ILCountry>
ELCountryRecord. into(E into)Methods in cn.vertxup.lbs.domain.tables.records with parameters of type ILCountry Modifier and Type Method Description voidLCountryRecord. from(ILCountry from)
-