Uses of Class
com.echothree.model.jooq.server.records.track.Tracks
Packages that use Tracks
Package
Description
-
Uses of Tracks in com.echothree.model.jooq.server.keys.track
Fields in com.echothree.model.jooq.server.keys.track with type parameters of type TracksModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<TrackDescriptions, Tracks> TrackForeignKeys.TRACK_DESCRIPTIONS_TRACK_FKstatic final org.jooq.ForeignKey<TrackDetails, Tracks> TrackForeignKeys.TRACK_DETAILS_TRACK_FKstatic final org.jooq.ForeignKey<Tracks, TrackDetails> TrackForeignKeys.TRACKS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Tracks> TrackUniqueKeys.TRACKS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Tracks, TrackDetails> TrackForeignKeys.TRACKS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Tracks> TrackUniqueKeys.TRACKS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Tracks> TrackUniqueKeys.TRACKS_PKstatic final org.jooq.ForeignKey<UserVisitTracks, Tracks> TrackForeignKeys.USER_VISIT_TRACKS_TRACK_FK -
Uses of Tracks in com.echothree.model.jooq.server.tables.track
Fields in com.echothree.model.jooq.server.tables.track with type parameters of type TracksModifier and TypeFieldDescriptionfinal org.jooq.TableField<Tracks, TrackDetailPK> Tracks.ACTIVE_DETAILThe columntracks.trk_activedetailid.final org.jooq.TableField<Tracks, TrackDetailPK> Tracks.LAST_DETAILThe columntracks.trk_lastdetailid.Tracks.TRACKThe columntracks.trk_trackid.Methods in com.echothree.model.jooq.server.tables.track that return types with arguments of type TracksModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Tracks> Tracks.getPrimaryKey()Tracks.getRecordType()The class holding records for this typeTracks.getReferences()Tracks.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.track with type arguments of type TracksModifierConstructorDescriptionTracks(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Tracks> childPath, org.jooq.InverseForeignKey<O, Tracks> parentPath) Tracks(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Tracks> childPath, org.jooq.InverseForeignKey<O, Tracks> parentPath) TracksPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Tracks> childPath, org.jooq.InverseForeignKey<O, Tracks> parentPath) TracksPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Tracks> childPath, org.jooq.InverseForeignKey<O, Tracks> parentPath)