Class Record5<RR extends Record5<RR,A,B,C,D,E>,A,B,C,D,E>

java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<RR>
com.gmt2001.datastore2.record.Record5<RR,A,B,C,D,E>
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
All Implemented Interfaces:
AttachableRecord, Serializable, Comparable<Record>, SQLData, Attachable, Fields, Formattable, QualifiedRecord<RR>, Record, Record5<A,B,C,D,E>, TableRecord<RR>, UpdatableRecord<RR>

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