Uses of Class
com.echothree.model.jooq.server.tables.workflow.WorkflowDestinationDetails
Packages that use WorkflowDestinationDetails
-
Uses of WorkflowDestinationDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as WorkflowDestinationDetailsModifier and TypeFieldDescriptionstatic final WorkflowDestinationDetailsTables.WorkflowDestinationDetailsThe tableworkflowdestinationdetails. -
Uses of WorkflowDestinationDetails in com.echothree.model.jooq.server.tables.workflow
Modifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.workflow declared as WorkflowDestinationDetailsModifier and TypeFieldDescriptionstatic final WorkflowDestinationDetailsWorkflowDestinationDetails.WorkflowDestinationDetailsThe reference instance ofworkflowdestinationdetailsMethods in com.echothree.model.jooq.server.tables.workflow that return WorkflowDestinationDetailsModifier and TypeMethodDescriptionWorkflowDestinationDetails.as(org.jooq.Name alias) WorkflowDestinationDetails.as(org.jooq.Table<?> alias) Rename this tableWorkflowDestinationDetails.rename(org.jooq.Name name) Rename this tableWorkflowDestinationDetails.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 tableWorkflowDestinationDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableWorkflowDestinationDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableWorkflowDestinationDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableWorkflowDestinationDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableWorkflowDestinationDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableWorkflowDestinationDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table