Uses of Class
com.echothree.model.jooq.server.records.item.RelatedItems
Packages that use RelatedItems
Package
Description
-
Uses of RelatedItems in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type RelatedItemsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<RelatedItemDetails, RelatedItems> ItemForeignKeys.RELATED_ITEM_DETAILS_RELATED_ITEM_FKstatic final org.jooq.ForeignKey<RelatedItems, RelatedItemDetails> ItemForeignKeys.RELATED_ITEMS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<RelatedItems> ItemUniqueKeys.RELATED_ITEMS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<RelatedItems, RelatedItemDetails> ItemForeignKeys.RELATED_ITEMS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<RelatedItems> ItemUniqueKeys.RELATED_ITEMS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<RelatedItems> ItemUniqueKeys.RELATED_ITEMS_PK -
Uses of RelatedItems in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type RelatedItemsModifier and TypeFieldDescriptionfinal org.jooq.TableField<RelatedItems, RelatedItemDetailPK> RelatedItems.ACTIVE_DETAILThe columnrelateditems.rlti_activedetailid.final org.jooq.TableField<RelatedItems, RelatedItemDetailPK> RelatedItems.LAST_DETAILThe columnrelateditems.rlti_lastdetailid.final org.jooq.TableField<RelatedItems, RelatedItemPK> RelatedItems.RELATED_ITEMThe columnrelateditems.rlti_relateditemid.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type RelatedItemsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<RelatedItems> RelatedItems.getPrimaryKey()RelatedItems.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<RelatedItems, ?>> RelatedItems.getReferences()List<org.jooq.UniqueKey<RelatedItems>> RelatedItems.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.item with type arguments of type RelatedItemsModifierConstructorDescriptionRelatedItems(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItems> childPath, org.jooq.InverseForeignKey<O, RelatedItems> parentPath) RelatedItems(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItems> childPath, org.jooq.InverseForeignKey<O, RelatedItems> parentPath) RelatedItemsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItems> childPath, org.jooq.InverseForeignKey<O, RelatedItems> parentPath) RelatedItemsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, RelatedItems> childPath, org.jooq.InverseForeignKey<O, RelatedItems> parentPath)