Uses of Class
cn.vertxup.ambient.domain.tables.XAttachment
-
Packages that use XAttachment Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XAttachment in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XAttachment Modifier and Type Field Description XAttachmentDb. X_ATTACHMENTThe tableDB_ETERNAL.X_ATTACHMENT.static XAttachmentTables. X_ATTACHMENTThe tableDB_ETERNAL.X_ATTACHMENT. -
Uses of XAttachment in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XAttachment Modifier and Type Field Description static XAttachmentXAttachment. X_ATTACHMENTThe reference instance ofDB_ETERNAL.X_ATTACHMENTMethods in cn.vertxup.ambient.domain.tables that return XAttachment Modifier and Type Method Description XAttachmentXAttachment. as(String alias)XAttachmentXAttachment. as(org.jooq.Name alias)XAttachmentXAttachment. rename(String name)Rename this tableXAttachmentXAttachment. rename(org.jooq.Name name)Rename this table
-