Uses of Class
cn.vertxup.tpl.domain.tables.records.MyBagRecord
Packages that use MyBagRecord
Package
Description
-
Uses of MyBagRecord in cn.vertxup.tpl.domain
Fields in cn.vertxup.tpl.domain with type parameters of type MyBagRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<MyBagRecord>static final org.jooq.UniqueKey<MyBagRecord>Keys.KEY_MY_BAG_PRIMARY -
Uses of MyBagRecord in cn.vertxup.tpl.domain.tables
Fields in cn.vertxup.tpl.domain.tables with type parameters of type MyBagRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MyBagRecord,Boolean> MyBag.ACTIVEThe columnDB_ETERNAL.MY_BAG.ACTIVE.final org.jooq.TableField<MyBagRecord,String> MyBag.BAG_IDThe columnDB_ETERNAL.MY_BAG.BAG_ID.final org.jooq.TableField<MyBagRecord,LocalDateTime> MyBag.CREATED_ATThe columnDB_ETERNAL.MY_BAG.CREATED_AT.final org.jooq.TableField<MyBagRecord,String> MyBag.CREATED_BYThe columnDB_ETERNAL.MY_BAG.CREATED_BY.final org.jooq.TableField<MyBagRecord,String> MyBag.KEYThe columnDB_ETERNAL.MY_BAG.KEY.final org.jooq.TableField<MyBagRecord,String> MyBag.LANGUAGEThe columnDB_ETERNAL.MY_BAG.LANGUAGE.final org.jooq.TableField<MyBagRecord,String> MyBag.METADATAThe columnDB_ETERNAL.MY_BAG.METADATA.final org.jooq.TableField<MyBagRecord,String> MyBag.OWNERThe columnDB_ETERNAL.MY_BAG.OWNER.final org.jooq.TableField<MyBagRecord,String> MyBag.OWNER_TYPEThe columnDB_ETERNAL.MY_BAG.OWNER_TYPE.final org.jooq.TableField<MyBagRecord,String> MyBag.POSITIONThe columnDB_ETERNAL.MY_BAG.POSITION.final org.jooq.TableField<MyBagRecord,String> MyBag.SIGMAThe columnDB_ETERNAL.MY_BAG.SIGMA.final org.jooq.TableField<MyBagRecord,String> MyBag.TYPEThe columnDB_ETERNAL.MY_BAG.TYPE.final org.jooq.TableField<MyBagRecord,Long> MyBag.UI_SORTThe columnDB_ETERNAL.MY_BAG.UI_SORT.final org.jooq.TableField<MyBagRecord,LocalDateTime> MyBag.UPDATED_ATThe columnDB_ETERNAL.MY_BAG.UPDATED_AT.final org.jooq.TableField<MyBagRecord,String> MyBag.UPDATED_BYThe columnDB_ETERNAL.MY_BAG.UPDATED_BY.Methods in cn.vertxup.tpl.domain.tables that return types with arguments of type MyBagRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MyBagRecord>MyBag.getPrimaryKey()MyBag.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<MyBagRecord>>MyBag.getUniqueKeys()Constructor parameters in cn.vertxup.tpl.domain.tables with type arguments of type MyBagRecordModifierConstructorDescriptionMyBag(org.jooq.Table<O> child, org.jooq.ForeignKey<O, MyBagRecord> key) -
Uses of MyBagRecord in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyBagRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MyBagRecord,MyBag, String> MyBagDao.queryExecutor() -
Uses of MyBagRecord in cn.vertxup.tpl.domain.tables.records
Methods in cn.vertxup.tpl.domain.tables.records that return MyBagRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_BAG.ACTIVE.Setter forDB_ETERNAL.MY_BAG.BAG_ID.MyBagRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.MY_BAG.CREATED_AT.MyBagRecord.setCreatedBy(String value) Setter forDB_ETERNAL.MY_BAG.CREATED_BY.Setter forDB_ETERNAL.MY_BAG.KEY.MyBagRecord.setLanguage(String value) Setter forDB_ETERNAL.MY_BAG.LANGUAGE.MyBagRecord.setMetadata(String value) Setter forDB_ETERNAL.MY_BAG.METADATA.Setter forDB_ETERNAL.MY_BAG.OWNER.MyBagRecord.setOwnerType(String value) Setter forDB_ETERNAL.MY_BAG.OWNER_TYPE.MyBagRecord.setPosition(String value) Setter forDB_ETERNAL.MY_BAG.POSITION.Setter forDB_ETERNAL.MY_BAG.SIGMA.Setter forDB_ETERNAL.MY_BAG.TYPE.Setter forDB_ETERNAL.MY_BAG.UI_SORT.MyBagRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.MY_BAG.UPDATED_AT.MyBagRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.MY_BAG.UPDATED_BY.MyBagRecord.value12(LocalDateTime value) MyBagRecord.value14(LocalDateTime value) MyBagRecord.values(String value1, String value2, String value3, String value4, Long value5, String value6, String value7, Boolean value8, String value9, String value10, String value11, LocalDateTime value12, String value13, LocalDateTime value14, String value15)