Uses of Class
com.echothree.model.jooq.server.tables.subscription.Subscriptions
Packages that use Subscriptions
Package
Description
-
Uses of Subscriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as SubscriptionsModifier and TypeFieldDescriptionstatic final SubscriptionsTables.SubscriptionsThe tablesubscriptions. -
Uses of Subscriptions in com.echothree.model.jooq.server.tables.subscription
Subclasses of Subscriptions in com.echothree.model.jooq.server.tables.subscriptionModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.subscription declared as SubscriptionsModifier and TypeFieldDescriptionstatic final SubscriptionsSubscriptions.SubscriptionsThe reference instance ofsubscriptionsMethods in com.echothree.model.jooq.server.tables.subscription that return SubscriptionsModifier and TypeMethodDescriptionSubscriptions.as(org.jooq.Name alias) Subscriptions.as(org.jooq.Table<?> alias) Rename this tableSubscriptions.rename(org.jooq.Name name) Rename this tableSubscriptions.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 tableSubscriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableSubscriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableSubscriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableSubscriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableSubscriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableSubscriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table