Uses of Class
com.echothree.model.jooq.server.tables.user.UserVisitStatuses
Packages that use UserVisitStatuses
-
Uses of UserVisitStatuses in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as UserVisitStatusesModifier and TypeFieldDescriptionstatic final UserVisitStatusesTables.UserVisitStatusesThe tableuservisitstatuses. -
Uses of UserVisitStatuses in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user declared as UserVisitStatusesModifier and TypeFieldDescriptionstatic final UserVisitStatusesUserVisitStatuses.UserVisitStatusesThe reference instance ofuservisitstatusesMethods in com.echothree.model.jooq.server.tables.user that return UserVisitStatusesModifier and TypeMethodDescriptionUserVisitStatuses.as(org.jooq.Name alias) UserVisitStatuses.as(org.jooq.Table<?> alias) Rename this tableUserVisitStatuses.rename(org.jooq.Name name) Rename this tableUserVisitStatuses.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 tableUserVisitStatuses.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserVisitStatuses.where(org.jooq.Condition condition) Create an inline derived table from this tableUserVisitStatuses.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserVisitStatuses.where(org.jooq.SQL condition) Create an inline derived table from this tableUserVisitStatuses.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableUserVisitStatuses.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table