Uses of Class
cn.vertxup.fm.domain.tables.FInvoice
-
Packages that use FInvoice Package Description cn.vertxup.fm.domain cn.vertxup.fm.domain.tables -
-
Uses of FInvoice in cn.vertxup.fm.domain
Fields in cn.vertxup.fm.domain declared as FInvoice Modifier and Type Field Description FInvoiceDb. F_INVOICEThe tableDB_ETERNAL.F_INVOICE.static FInvoiceTables. F_INVOICEThe tableDB_ETERNAL.F_INVOICE. -
Uses of FInvoice in cn.vertxup.fm.domain.tables
Fields in cn.vertxup.fm.domain.tables declared as FInvoice Modifier and Type Field Description static FInvoiceFInvoice. F_INVOICEThe reference instance ofDB_ETERNAL.F_INVOICEMethods in cn.vertxup.fm.domain.tables that return FInvoice Modifier and Type Method Description FInvoiceFInvoice. as(String alias)FInvoiceFInvoice. as(org.jooq.Name alias)FInvoiceFInvoice. rename(String name)Rename this tableFInvoiceFInvoice. rename(org.jooq.Name name)Rename this table
-