Uses of Class
com.echothree.model.jooq.server.records.user.UserKeys
Packages that use UserKeys
Package
Description
-
Uses of UserKeys in com.echothree.model.jooq.server.keys.user
Fields in com.echothree.model.jooq.server.keys.user with type parameters of type UserKeysModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<UserKeyDetails, UserKeys> UserForeignKeys.USER_KEY_DETAILS_USER_KEY_FKstatic final org.jooq.ForeignKey<UserKeyStatuses, UserKeys> UserForeignKeys.USER_KEY_STATUSES_USER_KEY_FKstatic final org.jooq.ForeignKey<UserKeys, UserKeyDetails> UserForeignKeys.USER_KEYS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<UserKeys> UserUniqueKeys.USER_KEYS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<UserKeys, UserKeyDetails> UserForeignKeys.USER_KEYS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<UserKeys> UserUniqueKeys.USER_KEYS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<UserKeys> UserUniqueKeys.USER_KEYS_PKstatic final org.jooq.ForeignKey<UserVisits, UserKeys> UserForeignKeys.USER_VISITS_USER_KEY_FK -
Uses of UserKeys in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user with type parameters of type UserKeysModifier and TypeFieldDescriptionfinal org.jooq.TableField<UserKeys, UserKeyDetailPK> UserKeys.ACTIVE_DETAILThe columnuserkeys.ukey_activedetailid.final org.jooq.TableField<UserKeys, UserKeyDetailPK> UserKeys.LAST_DETAILThe columnuserkeys.ukey_lastdetailid.UserKeys.USER_KEYThe columnuserkeys.ukey_userkeyid.Methods in com.echothree.model.jooq.server.tables.user that return types with arguments of type UserKeysModifier and TypeMethodDescriptionorg.jooq.UniqueKey<UserKeys> UserKeys.getPrimaryKey()UserKeys.getRecordType()The class holding records for this typeUserKeys.getReferences()UserKeys.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.user with type arguments of type UserKeysModifierConstructorDescriptionUserKeys(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserKeys> childPath, org.jooq.InverseForeignKey<O, UserKeys> parentPath) UserKeys(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserKeys> childPath, org.jooq.InverseForeignKey<O, UserKeys> parentPath) UserKeysPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserKeys> childPath, org.jooq.InverseForeignKey<O, UserKeys> parentPath) UserKeysPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserKeys> childPath, org.jooq.InverseForeignKey<O, UserKeys> parentPath)