Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Packages that use IMIndex Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMIndex in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMIndex Modifier and Type Method Description <E extends IMIndex>
EIMIndex. into(E into)Copy data into another generated Record/POJO implementing the common interface IMIndexMethods in cn.vertxup.atom.domain.tables.interfaces that return IMIndex Modifier and Type Method Description default IMIndexIMIndex. fromJson(io.vertx.core.json.JsonObject json)IMIndexIMIndex. setActive(Boolean value)Setter forDB_ETERNAL.M_INDEX.ACTIVE.IMIndexIMIndex. setClustered(Boolean value)Setter forDB_ETERNAL.M_INDEX.CLUSTERED.IMIndexIMIndex. setColumns(String value)Setter forDB_ETERNAL.M_INDEX.COLUMNS.IMIndexIMIndex. setComments(String value)Setter forDB_ETERNAL.M_INDEX.COMMENTS.IMIndexIMIndex. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_INDEX.CREATED_AT.IMIndexIMIndex. setCreatedBy(String value)Setter forDB_ETERNAL.M_INDEX.CREATED_BY.IMIndexIMIndex. setEntityId(String value)Setter forDB_ETERNAL.M_INDEX.ENTITY_ID.IMIndexIMIndex. setKey(String value)Setter forDB_ETERNAL.M_INDEX.KEY.IMIndexIMIndex. setLanguage(String value)Setter forDB_ETERNAL.M_INDEX.LANGUAGE.IMIndexIMIndex. setMetadata(String value)Setter forDB_ETERNAL.M_INDEX.METADATA.IMIndexIMIndex. setName(String value)Setter forDB_ETERNAL.M_INDEX.NAME.IMIndexIMIndex. setSigma(String value)Setter forDB_ETERNAL.M_INDEX.SIGMA.IMIndexIMIndex. setType(String value)Setter forDB_ETERNAL.M_INDEX.TYPE.IMIndexIMIndex. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_INDEX.UPDATED_AT.IMIndexIMIndex. setUpdatedBy(String value)Setter forDB_ETERNAL.M_INDEX.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMIndex Modifier and Type Method Description voidIMIndex. from(IMIndex from)Load data from another generated Record/POJO implementing the common interface IMIndex -
Uses of IMIndex in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMIndex Modifier and Type Class Description classMIndexThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMIndex Modifier and Type Method Description <E extends IMIndex>
EMIndex. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMIndex Modifier and Type Method Description voidMIndex. from(IMIndex from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMIndex Constructor Description MIndex(IMIndex value) -
Uses of IMIndex in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMIndex Modifier and Type Class Description classMIndexRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMIndex Modifier and Type Method Description <E extends IMIndex>
EMIndexRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMIndex Modifier and Type Method Description voidMIndexRecord. from(IMIndex from)
-