Uses of Class
com.echothree.model.jooq.server.records.party.TimeZones
Packages that use TimeZones
Package
Description
-
Uses of TimeZones in com.echothree.model.jooq.server.keys.geo
Fields in com.echothree.model.jooq.server.keys.geo with type parameters of type TimeZonesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<GeoCodeTimeZones, TimeZones> GeoForeignKeys.GEO_CODE_TIME_ZONES_TIME_ZONE_FK -
Uses of TimeZones in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type TimeZonesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyDetails, TimeZones> PartyForeignKeys.PARTY_DETAILS_PREFERRED_TIME_ZONE_FKstatic final org.jooq.ForeignKey<TimeZoneDescriptions, TimeZones> PartyForeignKeys.TIME_ZONE_DESCRIPTIONS_TIME_ZONE_FKstatic final org.jooq.ForeignKey<TimeZoneDetails, TimeZones> PartyForeignKeys.TIME_ZONE_DETAILS_TIME_ZONE_FKstatic final org.jooq.ForeignKey<TimeZones, TimeZoneDetails> PartyForeignKeys.TIME_ZONES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<TimeZones> PartyUniqueKeys.TIME_ZONES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<TimeZones, TimeZoneDetails> PartyForeignKeys.TIME_ZONES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<TimeZones> PartyUniqueKeys.TIME_ZONES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<TimeZones> PartyUniqueKeys.TIME_ZONES_PK -
Uses of TimeZones in com.echothree.model.jooq.server.keys.user
Fields in com.echothree.model.jooq.server.keys.user with type parameters of type TimeZonesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<UserVisits, TimeZones> UserForeignKeys.USER_VISITS_PREFERRED_TIME_ZONE_FK -
Uses of TimeZones in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type TimeZonesModifier and TypeFieldDescriptionfinal org.jooq.TableField<TimeZones, TimeZoneDetailPK> TimeZones.ACTIVE_DETAILThe columntimezones.tz_activedetailid.final org.jooq.TableField<TimeZones, TimeZoneDetailPK> TimeZones.LAST_DETAILThe columntimezones.tz_lastdetailid.final org.jooq.TableField<TimeZones, TimeZonePK> TimeZones.TIME_ZONEThe columntimezones.tz_timezoneid.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type TimeZonesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TimeZones> TimeZones.getPrimaryKey()TimeZones.getRecordType()The class holding records for this typeTimeZones.getReferences()TimeZones.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.party with type arguments of type TimeZonesModifierConstructorDescriptionTimeZones(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TimeZones> childPath, org.jooq.InverseForeignKey<O, TimeZones> parentPath) TimeZones(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TimeZones> childPath, org.jooq.InverseForeignKey<O, TimeZones> parentPath) TimeZonesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TimeZones> childPath, org.jooq.InverseForeignKey<O, TimeZones> parentPath) TimeZonesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TimeZones> childPath, org.jooq.InverseForeignKey<O, TimeZones> parentPath)