Uses of Class
com.echothree.model.jooq.server.records.geo.GeoCodeRelationships
Packages that use GeoCodeRelationships
Package
Description
-
Uses of GeoCodeRelationships in com.echothree.model.jooq.server.keys.geo
Fields in com.echothree.model.jooq.server.keys.geo with type parameters of type GeoCodeRelationshipsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GeoCodeRelationships> static final org.jooq.ForeignKey<GeoCodeRelationships, GeoCodes> GeoForeignKeys.GEO_CODE_RELATIONSHIPS_FROM_GEO_CODE_FKstatic final org.jooq.UniqueKey<GeoCodeRelationships> GeoUniqueKeys.GEO_CODE_RELATIONSHIPS_PKstatic final org.jooq.ForeignKey<GeoCodeRelationships, GeoCodes> GeoForeignKeys.GEO_CODE_RELATIONSHIPS_TO_GEO_CODE_FK -
Uses of GeoCodeRelationships in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeRelationshipsModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeRelationships, GeoCodePK> GeoCodeRelationships.FROM_GEO_CODEThe columngeocoderelationships.geor_fromgeocodeid.final org.jooq.TableField<GeoCodeRelationships, Long> GeoCodeRelationships.FROM_TIMEThe columngeocoderelationships.geor_fromtime.final org.jooq.TableField<GeoCodeRelationships, GeoCodeRelationshipPK> GeoCodeRelationships.GEO_CODE_RELATIONSHIPThe columngeocoderelationships.geor_geocoderelationshipid.final org.jooq.TableField<GeoCodeRelationships, Long> GeoCodeRelationships.THRU_TIMEThe columngeocoderelationships.geor_thrutime.final org.jooq.TableField<GeoCodeRelationships, GeoCodePK> GeoCodeRelationships.TO_GEO_CODEThe columngeocoderelationships.geor_togeocodeid.Methods in com.echothree.model.jooq.server.tables.geo that return types with arguments of type GeoCodeRelationshipsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GeoCodeRelationships> GeoCodeRelationships.getPrimaryKey()GeoCodeRelationships.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GeoCodeRelationships, ?>> GeoCodeRelationships.getReferences()List<org.jooq.UniqueKey<GeoCodeRelationships>> GeoCodeRelationships.getUniqueKeys()