Uses of Class
com.echothree.model.jooq.server.records.item.RelatedItemDetails
Packages that use RelatedItemDetails
Package
Description
-
Uses of RelatedItemDetails in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type RelatedItemDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<RelatedItemDetails, Items> ItemForeignKeys.RELATED_ITEM_DETAILS_FROM_ITEM_FKstatic final org.jooq.UniqueKey<RelatedItemDetails> ItemUniqueKeys.RELATED_ITEM_DETAILS_PKstatic final org.jooq.UniqueKey<RelatedItemDetails> ItemUniqueKeys.RELATED_ITEM_DETAILS_RELATED_ITEM_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<RelatedItemDetails, RelatedItems> ItemForeignKeys.RELATED_ITEM_DETAILS_RELATED_ITEM_FKstatic final org.jooq.UniqueKey<RelatedItemDetails> static final org.jooq.ForeignKey<RelatedItemDetails, RelatedItemTypes> ItemForeignKeys.RELATED_ITEM_DETAILS_RELATED_ITEM_TYPE_FKstatic final org.jooq.ForeignKey<RelatedItemDetails, Items> ItemForeignKeys.RELATED_ITEM_DETAILS_TO_ITEM_FKstatic final org.jooq.ForeignKey<RelatedItems, RelatedItemDetails> ItemForeignKeys.RELATED_ITEMS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<RelatedItems, RelatedItemDetails> ItemForeignKeys.RELATED_ITEMS_LAST_DETAIL_FK -
Uses of RelatedItemDetails in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type RelatedItemDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<RelatedItemDetails, ItemPK> RelatedItemDetails.FROM_ITEMThe columnrelateditemdetails.rltidt_fromitemid.final org.jooq.TableField<RelatedItemDetails, Long> RelatedItemDetails.FROM_TIMEThe columnrelateditemdetails.rltidt_fromtime.final org.jooq.TableField<RelatedItemDetails, RelatedItemPK> RelatedItemDetails.RELATED_ITEMThe columnrelateditemdetails.rltidt_rlti_relateditemid.final org.jooq.TableField<RelatedItemDetails, RelatedItemDetailPK> RelatedItemDetails.RELATED_ITEM_DETAILThe columnrelateditemdetails.rltidt_relateditemdetailid.final org.jooq.TableField<RelatedItemDetails, RelatedItemTypePK> RelatedItemDetails.RELATED_ITEM_TYPEThe columnrelateditemdetails.rltidt_rltityp_relateditemtypeid.final org.jooq.TableField<RelatedItemDetails, Integer> RelatedItemDetails.SORT_ORDERThe columnrelateditemdetails.rltidt_sortorder.final org.jooq.TableField<RelatedItemDetails, Long> RelatedItemDetails.THRU_TIMEThe columnrelateditemdetails.rltidt_thrutime.final org.jooq.TableField<RelatedItemDetails, ItemPK> RelatedItemDetails.TO_ITEMThe columnrelateditemdetails.rltidt_toitemid.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type RelatedItemDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<RelatedItemDetails> RelatedItemDetails.getPrimaryKey()RelatedItemDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<RelatedItemDetails, ?>> RelatedItemDetails.getReferences()List<org.jooq.UniqueKey<RelatedItemDetails>> RelatedItemDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.item with type arguments of type RelatedItemDetailsModifierConstructorDescriptionRelatedItemDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItemDetails> childPath, org.jooq.InverseForeignKey<O, RelatedItemDetails> parentPath) RelatedItemDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItemDetails> childPath, org.jooq.InverseForeignKey<O, RelatedItemDetails> parentPath) RelatedItemDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItemDetails> childPath, org.jooq.InverseForeignKey<O, RelatedItemDetails> parentPath) RelatedItemDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItemDetails> childPath, org.jooq.InverseForeignKey<O, RelatedItemDetails> parentPath)