Uses of Class
cn.vertxup.integration.domain.tables.IMessage
-
Packages that use IMessage Package Description cn.vertxup.integration.domain cn.vertxup.integration.domain.tables -
-
Uses of IMessage in cn.vertxup.integration.domain
Fields in cn.vertxup.integration.domain declared as IMessage Modifier and Type Field Description IMessageDb. I_MESSAGEThe tableDB_ETERNAL.I_MESSAGE.static IMessageTables. I_MESSAGEThe tableDB_ETERNAL.I_MESSAGE. -
Uses of IMessage in cn.vertxup.integration.domain.tables
Fields in cn.vertxup.integration.domain.tables declared as IMessage Modifier and Type Field Description static IMessageIMessage. I_MESSAGEThe reference instance ofDB_ETERNAL.I_MESSAGEMethods in cn.vertxup.integration.domain.tables that return IMessage Modifier and Type Method Description IMessageIMessage. as(String alias)IMessageIMessage. as(org.jooq.Name alias)IMessageIMessage. rename(String name)Rename this tableIMessageIMessage. rename(org.jooq.Name name)Rename this table
-