Uses of Class
com.echothree.model.jooq.server.records.content.ContentWebAddresses
Packages that use ContentWebAddresses
Package
Description
-
Uses of ContentWebAddresses in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentWebAddressesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentWebAddressDescriptions, ContentWebAddresses> ContentForeignKeys.CONTENT_WEB_ADDRESS_DESCRIPTIONS_CONTENT_WEB_ADDRESS_FKstatic final org.jooq.ForeignKey<ContentWebAddressDetails, ContentWebAddresses> ContentForeignKeys.CONTENT_WEB_ADDRESS_DETAILS_CONTENT_WEB_ADDRESS_FKstatic final org.jooq.ForeignKey<ContentWebAddressServers, ContentWebAddresses> ContentForeignKeys.CONTENT_WEB_ADDRESS_SERVERS_CONTENT_WEB_ADDRESS_FKstatic final org.jooq.ForeignKey<ContentWebAddresses, ContentWebAddressDetails> ContentForeignKeys.CONTENT_WEB_ADDRESSES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ContentWebAddresses> ContentUniqueKeys.CONTENT_WEB_ADDRESSES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ContentWebAddresses, ContentWebAddressDetails> ContentForeignKeys.CONTENT_WEB_ADDRESSES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ContentWebAddresses> ContentUniqueKeys.CONTENT_WEB_ADDRESSES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ContentWebAddresses> ContentUniqueKeys.CONTENT_WEB_ADDRESSES_PK -
Uses of ContentWebAddresses in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentWebAddressesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentWebAddresses, ContentWebAddressDetailPK> ContentWebAddresses.ACTIVE_DETAILThe columncontentwebaddresses.cntwa_activedetailid.final org.jooq.TableField<ContentWebAddresses, ContentWebAddressPK> ContentWebAddresses.CONTENT_WEB_ADDRESSThe columncontentwebaddresses.cntwa_contentwebaddressid.final org.jooq.TableField<ContentWebAddresses, ContentWebAddressDetailPK> ContentWebAddresses.LAST_DETAILThe columncontentwebaddresses.cntwa_lastdetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentWebAddressesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentWebAddresses> ContentWebAddresses.getPrimaryKey()ContentWebAddresses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentWebAddresses, ?>> ContentWebAddresses.getReferences()List<org.jooq.UniqueKey<ContentWebAddresses>> ContentWebAddresses.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentWebAddressesModifierConstructorDescriptionContentWebAddresses(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentWebAddresses> childPath, org.jooq.InverseForeignKey<O, ContentWebAddresses> parentPath) ContentWebAddresses(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentWebAddresses> childPath, org.jooq.InverseForeignKey<O, ContentWebAddresses> parentPath) ContentWebAddressesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentWebAddresses> childPath, org.jooq.InverseForeignKey<O, ContentWebAddresses> parentPath) ContentWebAddressesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentWebAddresses> childPath, org.jooq.InverseForeignKey<O, ContentWebAddresses> parentPath)