Class Record4<RR extends Record4<RR,A,B,C,D>,A,B,C,D>

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

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