Uses of Class
cn.vertxup.ui.domain.tables.VFragment
-
Packages that use VFragment Package Description cn.vertxup.ui.domain cn.vertxup.ui.domain.tables -
-
Uses of VFragment in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain declared as VFragment Modifier and Type Field Description VFragmentDb. V_FRAGMENTThe tableDB_ETERNAL.V_FRAGMENT.static VFragmentTables. V_FRAGMENTThe tableDB_ETERNAL.V_FRAGMENT. -
Uses of VFragment in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables declared as VFragment Modifier and Type Field Description static VFragmentVFragment. V_FRAGMENTThe reference instance ofDB_ETERNAL.V_FRAGMENTMethods in cn.vertxup.ui.domain.tables that return VFragment Modifier and Type Method Description VFragmentVFragment. as(String alias)VFragmentVFragment. as(org.jooq.Name alias)VFragmentVFragment. rename(String name)Rename this tableVFragmentVFragment. rename(org.jooq.Name name)Rename this table
-