Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationEventRoles
Packages that use CommunicationEventRoles
Package
Description
-
Uses of CommunicationEventRoles in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationEventRolesModifier and TypeFieldDescriptionstatic final CommunicationEventRolesTables.CommunicationEventRolesThe tablecommunicationeventroles. -
Uses of CommunicationEventRoles in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication declared as CommunicationEventRolesModifier and TypeFieldDescriptionstatic final CommunicationEventRolesCommunicationEventRoles.CommunicationEventRolesThe reference instance ofcommunicationeventrolesMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationEventRolesModifier and TypeMethodDescriptionCommunicationEventRoles.as(org.jooq.Name alias) CommunicationEventRoles.as(org.jooq.Table<?> alias) Rename this tableCommunicationEventRoles.rename(org.jooq.Name name) Rename this tableCommunicationEventRoles.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCommunicationEventRoles.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationEventRoles.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationEventRoles.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationEventRoles.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationEventRoles.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationEventRoles.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table