Class Record2<RR extends Record2<RR,A,B>,A,B>

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

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