Uses of Class
com.echothree.model.jooq.server.tables.user.UserSessions
Packages that use UserSessions
-
Uses of UserSessions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as UserSessionsModifier and TypeFieldDescriptionstatic final UserSessionsTables.UserSessionsThe tableusersessions. -
Uses of UserSessions in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user declared as UserSessionsModifier and TypeFieldDescriptionstatic final UserSessionsUserSessions.UserSessionsThe reference instance ofusersessionsMethods in com.echothree.model.jooq.server.tables.user that return UserSessionsModifier and TypeMethodDescriptionUserSessions.as(org.jooq.Name alias) UserSessions.as(org.jooq.Table<?> alias) Rename this tableUserSessions.rename(org.jooq.Name name) Rename this tableUserSessions.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 tableUserSessions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserSessions.where(org.jooq.Condition condition) Create an inline derived table from this tableUserSessions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserSessions.where(org.jooq.SQL condition) Create an inline derived table from this tableUserSessions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableUserSessions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table