Uses of Class
com.echothree.model.jooq.server.records.geo.GeoCodeScopeDescriptions
Packages that use GeoCodeScopeDescriptions
Package
Description
-
Uses of GeoCodeScopeDescriptions in com.echothree.model.jooq.server.keys.geo
Fields in com.echothree.model.jooq.server.keys.geo with type parameters of type GeoCodeScopeDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GeoCodeScopeDescriptions> static final org.jooq.ForeignKey<GeoCodeScopeDescriptions, GeoCodeScopes> GeoForeignKeys.GEO_CODE_SCOPE_DESCRIPTIONS_GEO_CODE_SCOPE_FKstatic final org.jooq.ForeignKey<GeoCodeScopeDescriptions, Languages> GeoForeignKeys.GEO_CODE_SCOPE_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<GeoCodeScopeDescriptions> GeoUniqueKeys.GEO_CODE_SCOPE_DESCRIPTIONS_PK -
Uses of GeoCodeScopeDescriptions in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeScopeDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeScopeDescriptions, String> GeoCodeScopeDescriptions.DESCRIPTIONThe columngeocodescopedescriptions.geosd_description.final org.jooq.TableField<GeoCodeScopeDescriptions, Long> GeoCodeScopeDescriptions.FROM_TIMEThe columngeocodescopedescriptions.geosd_fromtime.final org.jooq.TableField<GeoCodeScopeDescriptions, GeoCodeScopePK> GeoCodeScopeDescriptions.GEO_CODE_SCOPEThe columngeocodescopedescriptions.geosd_geos_geocodescopeid.final org.jooq.TableField<GeoCodeScopeDescriptions, GeoCodeScopeDescriptionPK> GeoCodeScopeDescriptions.GEO_CODE_SCOPE_DESCRIPTIONThe columngeocodescopedescriptions.geosd_geocodescopedescriptionid.final org.jooq.TableField<GeoCodeScopeDescriptions, LanguagePK> GeoCodeScopeDescriptions.LANGUAGEThe columngeocodescopedescriptions.geosd_lang_languageid.final org.jooq.TableField<GeoCodeScopeDescriptions, Long> GeoCodeScopeDescriptions.THRU_TIMEThe columngeocodescopedescriptions.geosd_thrutime.Methods in com.echothree.model.jooq.server.tables.geo that return types with arguments of type GeoCodeScopeDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GeoCodeScopeDescriptions> GeoCodeScopeDescriptions.getPrimaryKey()GeoCodeScopeDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GeoCodeScopeDescriptions, ?>> GeoCodeScopeDescriptions.getReferences()List<org.jooq.UniqueKey<GeoCodeScopeDescriptions>> GeoCodeScopeDescriptions.getUniqueKeys()