Uses of Class
com.echothree.model.jooq.server.records.offer.Sources
Packages that use Sources
Package
Description
-
Uses of Sources in com.echothree.model.jooq.server.keys.offer
Fields in com.echothree.model.jooq.server.keys.offer with type parameters of type SourcesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SourceDetails, Sources> OfferForeignKeys.SOURCE_DETAILS_SOURCE_FKstatic final org.jooq.ForeignKey<Sources, SourceDetails> OfferForeignKeys.SOURCES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Sources> OfferUniqueKeys.SOURCES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Sources, SourceDetails> OfferForeignKeys.SOURCES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Sources> OfferUniqueKeys.SOURCES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Sources> OfferUniqueKeys.SOURCES_PK -
Uses of Sources in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type SourcesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Sources, SourceDetailPK> Sources.ACTIVE_DETAILThe columnsources.src_activedetailid.final org.jooq.TableField<Sources, SourceDetailPK> Sources.LAST_DETAILThe columnsources.src_lastdetailid.Sources.SOURCEThe columnsources.src_sourceid.Methods in com.echothree.model.jooq.server.tables.offer that return types with arguments of type SourcesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Sources> Sources.getPrimaryKey()Sources.getRecordType()The class holding records for this typeSources.getReferences()Sources.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.offer with type arguments of type SourcesModifierConstructorDescriptionSources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Sources> childPath, org.jooq.InverseForeignKey<O, Sources> parentPath) Sources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Sources> childPath, org.jooq.InverseForeignKey<O, Sources> parentPath) SourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Sources> childPath, org.jooq.InverseForeignKey<O, Sources> parentPath) SourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Sources> childPath, org.jooq.InverseForeignKey<O, Sources> parentPath)