Uses of Class
com.echothree.model.jooq.server.records.user.UserSessions
Packages that use UserSessions
Package
Description
-
Uses of UserSessions in com.echothree.model.jooq.server.keys.user
Fields in com.echothree.model.jooq.server.keys.user with type parameters of type UserSessionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<UserSessions, Parties> UserForeignKeys.USER_SESSIONS_PARTY_FKstatic final org.jooq.ForeignKey<UserSessions, PartyRelationships> UserForeignKeys.USER_SESSIONS_PARTY_RELATIONSHIP_FKstatic final org.jooq.UniqueKey<UserSessions> UserUniqueKeys.USER_SESSIONS_PKstatic final org.jooq.UniqueKey<UserSessions> UserUniqueKeys.USER_SESSIONS_USER_VISIT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<UserSessions, UserVisits> UserForeignKeys.USER_SESSIONS_USER_VISIT_FK -
Uses of UserSessions in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user with type parameters of type UserSessionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<UserSessions, Long> UserSessions.FROM_TIMEThe columnusersessions.usess_fromtime.final org.jooq.TableField<UserSessions, Long> UserSessions.IDENTITY_VERIFIED_TIMEThe columnusersessions.usess_identityverifiedtime.final org.jooq.TableField<UserSessions, PartyPK> UserSessions.PARTYThe columnusersessions.usess_par_partyid.final org.jooq.TableField<UserSessions, PartyRelationshipPK> UserSessions.PARTY_RELATIONSHIPThe columnusersessions.usess_prel_partyrelationshipid.final org.jooq.TableField<UserSessions, Long> UserSessions.THRU_TIMEThe columnusersessions.usess_thrutime.final org.jooq.TableField<UserSessions, UserSessionPK> UserSessions.USER_SESSIONThe columnusersessions.usess_usersessionid.final org.jooq.TableField<UserSessions, UserVisitPK> UserSessions.USER_VISITThe columnusersessions.usess_uvis_uservisitid.Methods in com.echothree.model.jooq.server.tables.user that return types with arguments of type UserSessionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<UserSessions> UserSessions.getPrimaryKey()UserSessions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<UserSessions, ?>> UserSessions.getReferences()List<org.jooq.UniqueKey<UserSessions>> UserSessions.getUniqueKeys()