Uses of Class
cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Packages that use MEntityRecord Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables cn.vertxup.atom.domain.tables.daos cn.vertxup.atom.domain.tables.records -
-
Uses of MEntityRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MEntityRecord Modifier and Type Field Description static org.jooq.UniqueKey<MEntityRecord>Keys. KEY_M_ENTITY_NAMESPACEstatic org.jooq.UniqueKey<MEntityRecord>Keys. KEY_M_ENTITY_NAMESPACE_2static org.jooq.UniqueKey<MEntityRecord>Keys. KEY_M_ENTITY_PRIMARYstatic org.jooq.UniqueKey<MEntityRecord>Keys. KEY_M_ENTITY_SIGMA -
Uses of MEntityRecord in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables with type parameters of type MEntityRecord Modifier and Type Field Description org.jooq.TableField<MEntityRecord,Boolean>MEntity. ACTIVEThe columnDB_ETERNAL.M_ENTITY.ACTIVE.org.jooq.TableField<MEntityRecord,String>MEntity. COMMENTSThe columnDB_ETERNAL.M_ENTITY.COMMENTS.org.jooq.TableField<MEntityRecord,LocalDateTime>MEntity. CREATED_ATThe columnDB_ETERNAL.M_ENTITY.CREATED_AT.org.jooq.TableField<MEntityRecord,String>MEntity. CREATED_BYThe columnDB_ETERNAL.M_ENTITY.CREATED_BY.org.jooq.TableField<MEntityRecord,String>MEntity. IDENTIFIERThe columnDB_ETERNAL.M_ENTITY.IDENTIFIER.org.jooq.TableField<MEntityRecord,String>MEntity. KEYThe columnDB_ETERNAL.M_ENTITY.KEY.org.jooq.TableField<MEntityRecord,String>MEntity. LANGUAGEThe columnDB_ETERNAL.M_ENTITY.LANGUAGE.org.jooq.TableField<MEntityRecord,String>MEntity. METADATAThe columnDB_ETERNAL.M_ENTITY.METADATA.org.jooq.TableField<MEntityRecord,String>MEntity. NAMEThe columnDB_ETERNAL.M_ENTITY.NAME.org.jooq.TableField<MEntityRecord,String>MEntity. NAMESPACEThe columnDB_ETERNAL.M_ENTITY.NAMESPACE.org.jooq.TableField<MEntityRecord,String>MEntity. SIGMAThe columnDB_ETERNAL.M_ENTITY.SIGMA.org.jooq.TableField<MEntityRecord,String>MEntity. TABLE_NAMEThe columnDB_ETERNAL.M_ENTITY.TABLE_NAME.org.jooq.TableField<MEntityRecord,String>MEntity. TYPEThe columnDB_ETERNAL.M_ENTITY.TYPE.org.jooq.TableField<MEntityRecord,LocalDateTime>MEntity. UPDATED_ATThe columnDB_ETERNAL.M_ENTITY.UPDATED_AT.org.jooq.TableField<MEntityRecord,String>MEntity. UPDATED_BYThe columnDB_ETERNAL.M_ENTITY.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables that return types with arguments of type MEntityRecord Modifier and Type Method Description org.jooq.UniqueKey<MEntityRecord>MEntity. getPrimaryKey()Class<MEntityRecord>MEntity. getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<MEntityRecord>>MEntity. getUniqueKeys()Constructor parameters in cn.vertxup.atom.domain.tables with type arguments of type MEntityRecord Constructor Description MEntity(org.jooq.Table<O> child, org.jooq.ForeignKey<O,MEntityRecord> key) -
Uses of MEntityRecord in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MEntityRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MEntityRecord,MEntity,String>MEntityDao. queryExecutor() -
Uses of MEntityRecord in cn.vertxup.atom.domain.tables.records
Methods in cn.vertxup.atom.domain.tables.records that return MEntityRecord Modifier and Type Method Description MEntityRecordMEntityRecord. setActive(Boolean value)Setter forDB_ETERNAL.M_ENTITY.ACTIVE.MEntityRecordMEntityRecord. setComments(String value)Setter forDB_ETERNAL.M_ENTITY.COMMENTS.MEntityRecordMEntityRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_ENTITY.CREATED_AT.MEntityRecordMEntityRecord. setCreatedBy(String value)Setter forDB_ETERNAL.M_ENTITY.CREATED_BY.MEntityRecordMEntityRecord. setIdentifier(String value)Setter forDB_ETERNAL.M_ENTITY.IDENTIFIER.MEntityRecordMEntityRecord. setKey(String value)Setter forDB_ETERNAL.M_ENTITY.KEY.MEntityRecordMEntityRecord. setLanguage(String value)Setter forDB_ETERNAL.M_ENTITY.LANGUAGE.MEntityRecordMEntityRecord. setMetadata(String value)Setter forDB_ETERNAL.M_ENTITY.METADATA.MEntityRecordMEntityRecord. setName(String value)Setter forDB_ETERNAL.M_ENTITY.NAME.MEntityRecordMEntityRecord. setNamespace(String value)Setter forDB_ETERNAL.M_ENTITY.NAMESPACE.MEntityRecordMEntityRecord. setSigma(String value)Setter forDB_ETERNAL.M_ENTITY.SIGMA.MEntityRecordMEntityRecord. setTableName(String value)Setter forDB_ETERNAL.M_ENTITY.TABLE_NAME.MEntityRecordMEntityRecord. setType(String value)Setter forDB_ETERNAL.M_ENTITY.TYPE.MEntityRecordMEntityRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_ENTITY.UPDATED_AT.MEntityRecordMEntityRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.M_ENTITY.UPDATED_BY.MEntityRecordMEntityRecord. value1(String value)MEntityRecordMEntityRecord. value10(Boolean value)MEntityRecordMEntityRecord. value11(String value)MEntityRecordMEntityRecord. value12(LocalDateTime value)MEntityRecordMEntityRecord. value13(String value)MEntityRecordMEntityRecord. value14(LocalDateTime value)MEntityRecordMEntityRecord. value15(String value)MEntityRecordMEntityRecord. value2(String value)MEntityRecordMEntityRecord. value3(String value)MEntityRecordMEntityRecord. value4(String value)MEntityRecordMEntityRecord. value5(String value)MEntityRecordMEntityRecord. value6(String value)MEntityRecordMEntityRecord. value7(String value)MEntityRecordMEntityRecord. value8(String value)MEntityRecordMEntityRecord. value9(String value)MEntityRecordMEntityRecord. values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, Boolean value10, String value11, LocalDateTime value12, String value13, LocalDateTime value14, String value15)
-