Uses of Class
com.echothree.model.jooq.server.tables.user.UserVisits
Packages that use UserVisits
-
Uses of UserVisits in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as UserVisits -
Uses of UserVisits in com.echothree.model.jooq.server.tables.user
Subclasses of UserVisits in com.echothree.model.jooq.server.tables.userModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.user declared as UserVisitsModifier and TypeFieldDescriptionstatic final UserVisitsUserVisits.UserVisitsThe reference instance ofuservisitsMethods in com.echothree.model.jooq.server.tables.user that return UserVisitsModifier and TypeMethodDescriptionUserVisits.as(org.jooq.Name alias) UserVisits.as(org.jooq.Table<?> alias) Rename this tableUserVisits.rename(org.jooq.Name name) Rename this tableUserVisits.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 tableUserVisits.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserVisits.where(org.jooq.Condition condition) Create an inline derived table from this tableUserVisits.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserVisits.where(org.jooq.SQL condition) Create an inline derived table from this tableUserVisits.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableUserVisits.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table