Uses of Class
com.echothree.model.jooq.server.tables.workflow.WorkflowDestinations
Packages that use WorkflowDestinations
-
Uses of WorkflowDestinations in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as WorkflowDestinationsModifier and TypeFieldDescriptionstatic final WorkflowDestinationsTables.WorkflowDestinationsThe tableworkflowdestinations. -
Uses of WorkflowDestinations in com.echothree.model.jooq.server.tables.workflow
Subclasses of WorkflowDestinations in com.echothree.model.jooq.server.tables.workflowModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.workflow declared as WorkflowDestinationsModifier and TypeFieldDescriptionstatic final WorkflowDestinationsWorkflowDestinations.WorkflowDestinationsThe reference instance ofworkflowdestinationsMethods in com.echothree.model.jooq.server.tables.workflow that return WorkflowDestinationsModifier and TypeMethodDescriptionWorkflowDestinations.as(org.jooq.Name alias) WorkflowDestinations.as(org.jooq.Table<?> alias) Rename this tableWorkflowDestinations.rename(org.jooq.Name name) Rename this tableWorkflowDestinations.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 tableWorkflowDestinations.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableWorkflowDestinations.where(org.jooq.Condition condition) Create an inline derived table from this tableWorkflowDestinations.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableWorkflowDestinations.where(org.jooq.SQL condition) Create an inline derived table from this tableWorkflowDestinations.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableWorkflowDestinations.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table