Package cn.vertxup.integration.domain
Class Tables
- java.lang.Object
-
- cn.vertxup.integration.domain.Tables
-
public class Tables extends Object
Convenience access to all tables in DB_ETERNAL.
-
-
Field Summary
Fields Modifier and Type Field Description static IDirectoryI_DIRECTORYThe tableDB_ETERNAL.I_DIRECTORY.static IIntegrationI_INTEGRATIONThe tableDB_ETERNAL.I_INTEGRATION.static IMessageI_MESSAGEThe tableDB_ETERNAL.I_MESSAGE.static IMessageTplI_MESSAGE_TPLThe tableDB_ETERNAL.I_MESSAGE_TPL.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
I_DIRECTORY
public static final IDirectory I_DIRECTORY
The tableDB_ETERNAL.I_DIRECTORY.
-
I_INTEGRATION
public static final IIntegration I_INTEGRATION
The tableDB_ETERNAL.I_INTEGRATION.
-
I_MESSAGE
public static final IMessage I_MESSAGE
The tableDB_ETERNAL.I_MESSAGE.
-
I_MESSAGE_TPL
public static final IMessageTpl I_MESSAGE_TPL
The tableDB_ETERNAL.I_MESSAGE_TPL.
-
-