Uses of Class
com.echothree.model.jooq.server.records.content.ContentCollectionDescriptions
Packages that use ContentCollectionDescriptions
Package
Description
-
Uses of ContentCollectionDescriptions in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentCollectionDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentCollectionDescriptions, ContentCollections> ContentForeignKeys.CONTENT_COLLECTION_DESCRIPTIONS_CONTENT_COLLECTION_FKstatic final org.jooq.ForeignKey<ContentCollectionDescriptions, Languages> ContentForeignKeys.CONTENT_COLLECTION_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ContentCollectionDescriptions> ContentUniqueKeys.CONTENT_COLLECTION_DESCRIPTIONS_PK -
Uses of ContentCollectionDescriptions in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCollectionDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCollectionDescriptions, ContentCollectionPK> ContentCollectionDescriptions.CONTENT_COLLECTIONThe columncontentcollectiondescriptions.cntcd_cntc_contentcollectionid.final org.jooq.TableField<ContentCollectionDescriptions, ContentCollectionDescriptionPK> ContentCollectionDescriptions.CONTENT_COLLECTION_DESCRIPTIONThe columncontentcollectiondescriptions.cntcd_contentcollectiondescriptionid.final org.jooq.TableField<ContentCollectionDescriptions, String> ContentCollectionDescriptions.DESCRIPTIONThe columncontentcollectiondescriptions.cntcd_description.final org.jooq.TableField<ContentCollectionDescriptions, Long> ContentCollectionDescriptions.FROM_TIMEThe columncontentcollectiondescriptions.cntcd_fromtime.final org.jooq.TableField<ContentCollectionDescriptions, LanguagePK> ContentCollectionDescriptions.LANGUAGEThe columncontentcollectiondescriptions.cntcd_lang_languageid.final org.jooq.TableField<ContentCollectionDescriptions, Long> ContentCollectionDescriptions.THRU_TIMEThe columncontentcollectiondescriptions.cntcd_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentCollectionDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentCollectionDescriptions> ContentCollectionDescriptions.getPrimaryKey()ContentCollectionDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentCollectionDescriptions, ?>> ContentCollectionDescriptions.getReferences()