Uses of Class
com.echothree.model.jooq.server.records.geo.GeoCodeDetails
Packages that use GeoCodeDetails
Package
Description
-
Uses of GeoCodeDetails in com.echothree.model.jooq.server.keys.geo
Fields in com.echothree.model.jooq.server.keys.geo with type parameters of type GeoCodeDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GeoCodeDetails> GeoUniqueKeys.GEO_CODE_DETAILS_GEO_CODE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GeoCodeDetails, GeoCodes> GeoForeignKeys.GEO_CODE_DETAILS_GEO_CODE_FKstatic final org.jooq.UniqueKey<GeoCodeDetails> GeoUniqueKeys.GEO_CODE_DETAILS_GEO_CODE_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GeoCodeDetails, GeoCodeScopes> GeoForeignKeys.GEO_CODE_DETAILS_GEO_CODE_SCOPE_FKstatic final org.jooq.ForeignKey<GeoCodeDetails, GeoCodeTypes> GeoForeignKeys.GEO_CODE_DETAILS_GEO_CODE_TYPE_FKstatic final org.jooq.UniqueKey<GeoCodeDetails> GeoUniqueKeys.GEO_CODE_DETAILS_PKstatic final org.jooq.ForeignKey<GeoCodes, GeoCodeDetails> GeoForeignKeys.GEO_CODES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<GeoCodes, GeoCodeDetails> GeoForeignKeys.GEO_CODES_LAST_DETAIL_FK -
Uses of GeoCodeDetails in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeDetails, Long> GeoCodeDetails.FROM_TIMEThe columngeocodedetails.geodt_fromtime.final org.jooq.TableField<GeoCodeDetails, GeoCodePK> GeoCodeDetails.GEO_CODEThe columngeocodedetails.geodt_geo_geocodeid.final org.jooq.TableField<GeoCodeDetails, GeoCodeDetailPK> GeoCodeDetails.GEO_CODE_DETAILThe columngeocodedetails.geodt_geocodedetailid.final org.jooq.TableField<GeoCodeDetails, String> GeoCodeDetails.GEO_CODE_NAMEThe columngeocodedetails.geodt_geocodename.final org.jooq.TableField<GeoCodeDetails, GeoCodeScopePK> GeoCodeDetails.GEO_CODE_SCOPEThe columngeocodedetails.geodt_geos_geocodescopeid.final org.jooq.TableField<GeoCodeDetails, GeoCodeTypePK> GeoCodeDetails.GEO_CODE_TYPEThe columngeocodedetails.geodt_geot_geocodetypeid.final org.jooq.TableField<GeoCodeDetails, Boolean> GeoCodeDetails.IS_DEFAULTThe columngeocodedetails.geodt_isdefault.final org.jooq.TableField<GeoCodeDetails, Integer> GeoCodeDetails.SORT_ORDERThe columngeocodedetails.geodt_sortorder.final org.jooq.TableField<GeoCodeDetails, Long> GeoCodeDetails.THRU_TIMEThe columngeocodedetails.geodt_thrutime.Methods in com.echothree.model.jooq.server.tables.geo that return types with arguments of type GeoCodeDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GeoCodeDetails> GeoCodeDetails.getPrimaryKey()GeoCodeDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GeoCodeDetails, ?>> GeoCodeDetails.getReferences()List<org.jooq.UniqueKey<GeoCodeDetails>> GeoCodeDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.geo with type arguments of type GeoCodeDetailsModifierConstructorDescriptionGeoCodeDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeDetails> childPath, org.jooq.InverseForeignKey<O, GeoCodeDetails> parentPath) GeoCodeDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeDetails> childPath, org.jooq.InverseForeignKey<O, GeoCodeDetails> parentPath) GeoCodeDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeDetails> childPath, org.jooq.InverseForeignKey<O, GeoCodeDetails> parentPath) GeoCodeDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GeoCodeDetails> childPath, org.jooq.InverseForeignKey<O, GeoCodeDetails> parentPath)