Uses of Class
cn.vertxup.ui.domain.tables.records.VFragmentRecord
Packages that use VFragmentRecord
Package
Description
-
Uses of VFragmentRecord in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain with type parameters of type VFragmentRecord -
Uses of VFragmentRecord in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables with type parameters of type VFragmentRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<VFragmentRecord,String> VFragment.BUTTON_CONNECTThe columnDB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT.final org.jooq.TableField<VFragmentRecord,String> VFragment.BUTTON_GROUPThe columnDB_ETERNAL.V_FRAGMENT.BUTTON_GROUP.final org.jooq.TableField<VFragmentRecord,String> VFragment.CONFIGThe columnDB_ETERNAL.V_FRAGMENT.CONFIG.final org.jooq.TableField<VFragmentRecord,String> VFragment.CONTAINERThe columnDB_ETERNAL.V_FRAGMENT.CONTAINER.final org.jooq.TableField<VFragmentRecord,Integer> VFragment.GRIDThe columnDB_ETERNAL.V_FRAGMENT.GRID.final org.jooq.TableField<VFragmentRecord,String> VFragment.KEYThe columnDB_ETERNAL.V_FRAGMENT.KEY.final org.jooq.TableField<VFragmentRecord,String> VFragment.MODALThe columnDB_ETERNAL.V_FRAGMENT.MODAL.final org.jooq.TableField<VFragmentRecord,String> VFragment.NOTICEThe columnDB_ETERNAL.V_FRAGMENT.NOTICE.Methods in cn.vertxup.ui.domain.tables that return types with arguments of type VFragmentRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<VFragmentRecord>VFragment.getPrimaryKey()VFragment.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.ui.domain.tables with type arguments of type VFragmentRecordModifierConstructorDescriptionVFragment(org.jooq.Table<O> child, org.jooq.ForeignKey<O, VFragmentRecord> key) -
Uses of VFragmentRecord in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type VFragmentRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VFragmentRecord,VFragment, String> VFragmentDao.queryExecutor() -
Uses of VFragmentRecord in cn.vertxup.ui.domain.tables.records
Methods in cn.vertxup.ui.domain.tables.records that return VFragmentRecordModifier and TypeMethodDescriptionVFragmentRecord.setButtonConnect(String value) Setter forDB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT.VFragmentRecord.setButtonGroup(String value) Setter forDB_ETERNAL.V_FRAGMENT.BUTTON_GROUP.Setter forDB_ETERNAL.V_FRAGMENT.CONFIG.VFragmentRecord.setContainer(String value) Setter forDB_ETERNAL.V_FRAGMENT.CONTAINER.Setter forDB_ETERNAL.V_FRAGMENT.GRID.Setter forDB_ETERNAL.V_FRAGMENT.KEY.Setter forDB_ETERNAL.V_FRAGMENT.MODAL.Setter forDB_ETERNAL.V_FRAGMENT.NOTICE.VFragmentRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, Integer value7, String value8)