Class Record7<RR extends Record7<RR,A,B,C,D,E,F,G>,A,B,C,D,E,F,G>

java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<RR>
com.gmt2001.datastore2.record.Record7<RR,A,B,C,D,E,F,G>
Type Parameters:
RR - self-reference to the implementing class
A - the Java data type of field 1, which is also the primary key
B - the Java data type of field 2
C - the Java data type of field 3
D - the Java data type of field 4
E - the Java data type of field 5
F - the Java data type of field 6
G - the Java data type of field 7
All Implemented Interfaces:
AttachableRecord, Serializable, Comparable<Record>, SQLData, Attachable, Fields, Formattable, QualifiedRecord<RR>, Record, Record7<A,B,C,D,E,F,G>, TableRecord<RR>, UpdatableRecord<RR>

public abstract class Record7<RR extends Record7<RR,A,B,C,D,E,F,G>,A,B,C,D,E,F,G> extends UpdatableRecordImpl<RR> implements Record7<A,B,C,D,E,F,G>, AttachableRecord
Abstract class which simplifies setup and usage of Record7 on an UpdateableRecordImpl
Author:
gmt2001
See Also: