Uses of Class
com.echothree.model.jooq.server.records.content.ContentCollections
Packages that use ContentCollections
Package
Description
-
Uses of ContentCollections in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentCollectionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentCatalogDetails, ContentCollections> ContentForeignKeys.CONTENT_CATALOG_DETAILS_CONTENT_COLLECTION_FKstatic final org.jooq.ForeignKey<ContentCollectionDescriptions, ContentCollections> ContentForeignKeys.CONTENT_COLLECTION_DESCRIPTIONS_CONTENT_COLLECTION_FKstatic final org.jooq.ForeignKey<ContentCollectionDetails, ContentCollections> ContentForeignKeys.CONTENT_COLLECTION_DETAILS_CONTENT_COLLECTION_FKstatic final org.jooq.ForeignKey<ContentCollections, ContentCollectionDetails> ContentForeignKeys.CONTENT_COLLECTIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ContentCollections> ContentUniqueKeys.CONTENT_COLLECTIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ContentCollections, ContentCollectionDetails> ContentForeignKeys.CONTENT_COLLECTIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ContentCollections> ContentUniqueKeys.CONTENT_COLLECTIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ContentCollections> ContentUniqueKeys.CONTENT_COLLECTIONS_PKstatic final org.jooq.ForeignKey<ContentForumDetails, ContentCollections> ContentForeignKeys.CONTENT_FORUM_DETAILS_CONTENT_COLLECTION_FKstatic final org.jooq.ForeignKey<ContentSectionDetails, ContentCollections> ContentForeignKeys.CONTENT_SECTION_DETAILS_CONTENT_COLLECTION_FKstatic final org.jooq.ForeignKey<ContentWebAddressDetails, ContentCollections> ContentForeignKeys.CONTENT_WEB_ADDRESS_DETAILS_CONTENT_COLLECTION_FK -
Uses of ContentCollections in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentCollectionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCollections, ContentCollectionDetailPK> ContentCollections.ACTIVE_DETAILThe columncontentcollections.cntc_activedetailid.final org.jooq.TableField<ContentCollections, ContentCollectionPK> ContentCollections.CONTENT_COLLECTIONThe columncontentcollections.cntc_contentcollectionid.final org.jooq.TableField<ContentCollections, ContentCollectionDetailPK> ContentCollections.LAST_DETAILThe columncontentcollections.cntc_lastdetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentCollectionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentCollections> ContentCollections.getPrimaryKey()ContentCollections.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentCollections, ?>> ContentCollections.getReferences()List<org.jooq.UniqueKey<ContentCollections>> ContentCollections.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentCollectionsModifierConstructorDescriptionContentCollections(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollections> childPath, org.jooq.InverseForeignKey<O, ContentCollections> parentPath) ContentCollections(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollections> childPath, org.jooq.InverseForeignKey<O, ContentCollections> parentPath) ContentCollectionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollections> childPath, org.jooq.InverseForeignKey<O, ContentCollections> parentPath) ContentCollectionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentCollections> childPath, org.jooq.InverseForeignKey<O, ContentCollections> parentPath)