Uses of Class
com.echothree.model.jooq.server.records.content.ContentCollectionDetails
Packages that use ContentCollectionDetails
Package
Description
-
Uses of ContentCollectionDetails in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentCollectionDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentCollectionDetails, ContentCollections> ContentForeignKeys.CONTENT_COLLECTION_DETAILS_CONTENT_COLLECTION_FKstatic final org.jooq.ForeignKey<ContentCollectionDetails, OfferUses> ContentForeignKeys.CONTENT_COLLECTION_DETAILS_DEFAULT_OFFER_USE_FKstatic final org.jooq.UniqueKey<ContentCollectionDetails> ContentUniqueKeys.CONTENT_COLLECTION_DETAILS_PKstatic final org.jooq.ForeignKey<ContentCollections, ContentCollectionDetails> ContentForeignKeys.CONTENT_COLLECTIONS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<ContentCollections, ContentCollectionDetails> ContentForeignKeys.CONTENT_COLLECTIONS_LAST_DETAIL_FK -
Uses of ContentCollectionDetails in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCollectionDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCollectionDetails, ContentCollectionPK> ContentCollectionDetails.CONTENT_COLLECTIONThe columncontentcollectiondetails.cntcdt_cntc_contentcollectionid.final org.jooq.TableField<ContentCollectionDetails, ContentCollectionDetailPK> ContentCollectionDetails.CONTENT_COLLECTION_DETAILThe columncontentcollectiondetails.cntcdt_contentcollectiondetailid.final org.jooq.TableField<ContentCollectionDetails, String> ContentCollectionDetails.CONTENT_COLLECTION_NAMEThe columncontentcollectiondetails.cntcdt_contentcollectionname.final org.jooq.TableField<ContentCollectionDetails, OfferUsePK> ContentCollectionDetails.DEFAULT_OFFER_USEThe columncontentcollectiondetails.cntcdt_defaultofferuseid.final org.jooq.TableField<ContentCollectionDetails, Long> ContentCollectionDetails.FROM_TIMEThe columncontentcollectiondetails.cntcdt_fromtime.final org.jooq.TableField<ContentCollectionDetails, Long> ContentCollectionDetails.THRU_TIMEThe columncontentcollectiondetails.cntcdt_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentCollectionDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentCollectionDetails> ContentCollectionDetails.getPrimaryKey()ContentCollectionDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentCollectionDetails, ?>> ContentCollectionDetails.getReferences()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentCollectionDetailsModifierConstructorDescriptionContentCollectionDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentCollectionDetails> parentPath) ContentCollectionDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentCollectionDetails> parentPath) ContentCollectionDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentCollectionDetails> parentPath) ContentCollectionDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentCollectionDetails> parentPath)