Uses of Class
com.echothree.model.jooq.server.records.user.UserVisitGroupDetails
Packages that use UserVisitGroupDetails
Package
Description
-
Uses of UserVisitGroupDetails in com.echothree.model.jooq.server.keys.user
Fields in com.echothree.model.jooq.server.keys.user with type parameters of type UserVisitGroupDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<UserVisitGroupDetails> UserUniqueKeys.USER_VISIT_GROUP_DETAILS_PKstatic final org.jooq.UniqueKey<UserVisitGroupDetails> UserUniqueKeys.USER_VISIT_GROUP_DETAILS_USER_VISIT_GROUP_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<UserVisitGroupDetails, UserVisitGroups> UserForeignKeys.USER_VISIT_GROUP_DETAILS_USER_VISIT_GROUP_FKstatic final org.jooq.UniqueKey<UserVisitGroupDetails> static final org.jooq.ForeignKey<UserVisitGroups, UserVisitGroupDetails> UserForeignKeys.USER_VISIT_GROUPS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<UserVisitGroups, UserVisitGroupDetails> UserForeignKeys.USER_VISIT_GROUPS_LAST_DETAIL_FK -
Uses of UserVisitGroupDetails in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user with type parameters of type UserVisitGroupDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<UserVisitGroupDetails, Long> UserVisitGroupDetails.FROM_TIMEThe columnuservisitgroupdetails.uvisgrpdt_fromtime.final org.jooq.TableField<UserVisitGroupDetails, Long> UserVisitGroupDetails.THRU_TIMEThe columnuservisitgroupdetails.uvisgrpdt_thrutime.final org.jooq.TableField<UserVisitGroupDetails, UserVisitGroupPK> UserVisitGroupDetails.USER_VISIT_GROUPThe columnuservisitgroupdetails.uvisgrpdt_uvisgrp_uservisitgroupid.final org.jooq.TableField<UserVisitGroupDetails, UserVisitGroupDetailPK> UserVisitGroupDetails.USER_VISIT_GROUP_DETAILThe columnuservisitgroupdetails.uvisgrpdt_uservisitgroupdetailid.final org.jooq.TableField<UserVisitGroupDetails, String> UserVisitGroupDetails.USER_VISIT_GROUP_NAMEThe columnuservisitgroupdetails.uvisgrpdt_uservisitgroupname.Methods in com.echothree.model.jooq.server.tables.user that return types with arguments of type UserVisitGroupDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<UserVisitGroupDetails> UserVisitGroupDetails.getPrimaryKey()UserVisitGroupDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<UserVisitGroupDetails, ?>> UserVisitGroupDetails.getReferences()List<org.jooq.UniqueKey<UserVisitGroupDetails>> UserVisitGroupDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.user with type arguments of type UserVisitGroupDetailsModifierConstructorDescriptionUserVisitGroupDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserVisitGroupDetails> childPath, org.jooq.InverseForeignKey<O, UserVisitGroupDetails> parentPath) UserVisitGroupDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserVisitGroupDetails> childPath, org.jooq.InverseForeignKey<O, UserVisitGroupDetails> parentPath) UserVisitGroupDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserVisitGroupDetails> childPath, org.jooq.InverseForeignKey<O, UserVisitGroupDetails> parentPath) UserVisitGroupDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, UserVisitGroupDetails> childPath, org.jooq.InverseForeignKey<O, UserVisitGroupDetails> parentPath)