Uses of Class
cn.vertxup.fm.domain.tables.FBook
-
Packages that use FBook Package Description cn.vertxup.fm.domain cn.vertxup.fm.domain.tables -
-
Uses of FBook in cn.vertxup.fm.domain
Fields in cn.vertxup.fm.domain declared as FBook Modifier and Type Field Description FBookDb. F_BOOKThe tableDB_ETERNAL.F_BOOK.static FBookTables. F_BOOKThe tableDB_ETERNAL.F_BOOK. -
Uses of FBook in cn.vertxup.fm.domain.tables
Fields in cn.vertxup.fm.domain.tables declared as FBook Modifier and Type Field Description static FBookFBook. F_BOOKThe reference instance ofDB_ETERNAL.F_BOOKMethods in cn.vertxup.fm.domain.tables that return FBook Modifier and Type Method Description FBookFBook. as(String alias)FBookFBook. as(org.jooq.Name alias)FBookFBook. rename(String name)Rename this tableFBookFBook. rename(org.jooq.Name name)Rename this table
-