Uses of Class
cn.vertxup.tpl.domain.tables.records.MyTplRecord
Packages that use MyTplRecord
Package
Description
-
Uses of MyTplRecord in cn.vertxup.tpl.domain
Fields in cn.vertxup.tpl.domain with type parameters of type MyTplRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<MyTplRecord>Keys.KEY_MY_TPL_PRIMARYstatic final org.jooq.UniqueKey<MyTplRecord>Keys.KEY_MY_TPL_TYPE -
Uses of MyTplRecord in cn.vertxup.tpl.domain.tables
Fields in cn.vertxup.tpl.domain.tables with type parameters of type MyTplRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MyTplRecord,Boolean> MyTpl.ACTIVEThe columnDB_ETERNAL.MY_TPL.ACTIVE.final org.jooq.TableField<MyTplRecord,LocalDateTime> MyTpl.CREATED_ATThe columnDB_ETERNAL.MY_TPL.CREATED_AT.final org.jooq.TableField<MyTplRecord,String> MyTpl.CREATED_BYThe columnDB_ETERNAL.MY_TPL.CREATED_BY.final org.jooq.TableField<MyTplRecord,String> MyTpl.KEYThe columnDB_ETERNAL.MY_TPL.KEY.final org.jooq.TableField<MyTplRecord,String> MyTpl.LANGUAGEThe columnDB_ETERNAL.MY_TPL.LANGUAGE.final org.jooq.TableField<MyTplRecord,String> MyTpl.METADATAThe columnDB_ETERNAL.MY_TPL.METADATA.final org.jooq.TableField<MyTplRecord,String> MyTpl.OWNERThe columnDB_ETERNAL.MY_TPL.OWNER.final org.jooq.TableField<MyTplRecord,String> MyTpl.OWNER_TYPEThe columnDB_ETERNAL.MY_TPL.OWNER_TYPE.final org.jooq.TableField<MyTplRecord,String> MyTpl.SIGMAThe columnDB_ETERNAL.MY_TPL.SIGMA.final org.jooq.TableField<MyTplRecord,String> MyTpl.TPL_IDThe columnDB_ETERNAL.MY_TPL.TPL_ID.final org.jooq.TableField<MyTplRecord,String> MyTpl.TPL_TYPEThe columnDB_ETERNAL.MY_TPL.TPL_TYPE.final org.jooq.TableField<MyTplRecord,String> MyTpl.TYPEThe columnDB_ETERNAL.MY_TPL.TYPE.final org.jooq.TableField<MyTplRecord,LocalDateTime> MyTpl.UPDATED_ATThe columnDB_ETERNAL.MY_TPL.UPDATED_AT.final org.jooq.TableField<MyTplRecord,String> MyTpl.UPDATED_BYThe columnDB_ETERNAL.MY_TPL.UPDATED_BY.Methods in cn.vertxup.tpl.domain.tables that return types with arguments of type MyTplRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MyTplRecord>MyTpl.getPrimaryKey()MyTpl.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<MyTplRecord>>MyTpl.getUniqueKeys()Constructor parameters in cn.vertxup.tpl.domain.tables with type arguments of type MyTplRecordModifierConstructorDescriptionMyTpl(org.jooq.Table<O> child, org.jooq.ForeignKey<O, MyTplRecord> key) -
Uses of MyTplRecord in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyTplRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MyTplRecord,MyTpl, String> MyTplDao.queryExecutor() -
Uses of MyTplRecord in cn.vertxup.tpl.domain.tables.records
Methods in cn.vertxup.tpl.domain.tables.records that return MyTplRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_TPL.ACTIVE.MyTplRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.MY_TPL.CREATED_AT.MyTplRecord.setCreatedBy(String value) Setter forDB_ETERNAL.MY_TPL.CREATED_BY.Setter forDB_ETERNAL.MY_TPL.KEY.MyTplRecord.setLanguage(String value) Setter forDB_ETERNAL.MY_TPL.LANGUAGE.MyTplRecord.setMetadata(String value) Setter forDB_ETERNAL.MY_TPL.METADATA.Setter forDB_ETERNAL.MY_TPL.OWNER.MyTplRecord.setOwnerType(String value) Setter forDB_ETERNAL.MY_TPL.OWNER_TYPE.Setter forDB_ETERNAL.MY_TPL.SIGMA.Setter forDB_ETERNAL.MY_TPL.TPL_ID.MyTplRecord.setTplType(String value) Setter forDB_ETERNAL.MY_TPL.TPL_TYPE.Setter forDB_ETERNAL.MY_TPL.TYPE.MyTplRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.MY_TPL.UPDATED_AT.MyTplRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.MY_TPL.UPDATED_BY.MyTplRecord.value11(LocalDateTime value) MyTplRecord.value13(LocalDateTime value) MyTplRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, Boolean value7, String value8, String value9, String value10, LocalDateTime value11, String value12, LocalDateTime value13, String value14)