Uses of Class
com.echothree.model.jooq.server.records.geo.GeoCodeScopes
Packages that use GeoCodeScopes
Package
Description
-
Uses of GeoCodeScopes in com.echothree.model.jooq.server.keys.geo
Fields in com.echothree.model.jooq.server.keys.geo with type parameters of type GeoCodeScopesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<GeoCodeAliases, GeoCodeScopes> GeoForeignKeys.GEO_CODE_ALIASES_GEO_CODE_SCOPE_FKstatic final org.jooq.ForeignKey<GeoCodeDetails, GeoCodeScopes> GeoForeignKeys.GEO_CODE_DETAILS_GEO_CODE_SCOPE_FKstatic final org.jooq.ForeignKey<GeoCodeScopeDescriptions, GeoCodeScopes> GeoForeignKeys.GEO_CODE_SCOPE_DESCRIPTIONS_GEO_CODE_SCOPE_FKstatic final org.jooq.ForeignKey<GeoCodeScopeDetails, GeoCodeScopes> GeoForeignKeys.GEO_CODE_SCOPE_DETAILS_GEO_CODE_SCOPE_FKstatic final org.jooq.ForeignKey<GeoCodeScopes, GeoCodeScopeDetails> GeoForeignKeys.GEO_CODE_SCOPES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<GeoCodeScopes> GeoUniqueKeys.GEO_CODE_SCOPES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<GeoCodeScopes, GeoCodeScopeDetails> GeoForeignKeys.GEO_CODE_SCOPES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<GeoCodeScopes> GeoUniqueKeys.GEO_CODE_SCOPES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<GeoCodeScopes> GeoUniqueKeys.GEO_CODE_SCOPES_PK -
Uses of GeoCodeScopes in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeScopesModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeScopes, GeoCodeScopeDetailPK> GeoCodeScopes.ACTIVE_DETAILThe columngeocodescopes.geos_activedetailid.final org.jooq.TableField<GeoCodeScopes, GeoCodeScopePK> GeoCodeScopes.GEO_CODE_SCOPEThe columngeocodescopes.geos_geocodescopeid.final org.jooq.TableField<GeoCodeScopes, GeoCodeScopeDetailPK> GeoCodeScopes.LAST_DETAILThe columngeocodescopes.geos_lastdetailid.Methods in com.echothree.model.jooq.server.tables.geo that return types with arguments of type GeoCodeScopesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GeoCodeScopes> GeoCodeScopes.getPrimaryKey()GeoCodeScopes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GeoCodeScopes, ?>> GeoCodeScopes.getReferences()List<org.jooq.UniqueKey<GeoCodeScopes>> GeoCodeScopes.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.geo with type arguments of type GeoCodeScopesModifierConstructorDescriptionGeoCodeScopes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeScopes> childPath, org.jooq.InverseForeignKey<O, GeoCodeScopes> parentPath) GeoCodeScopes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeScopes> childPath, org.jooq.InverseForeignKey<O, GeoCodeScopes> parentPath) GeoCodeScopesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeScopes> childPath, org.jooq.InverseForeignKey<O, GeoCodeScopes> parentPath) GeoCodeScopesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeScopes> childPath, org.jooq.InverseForeignKey<O, GeoCodeScopes> parentPath)