Class Record1<RR extends Record1<RR,A>,A>

java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<RR>
com.gmt2001.datastore2.record.Record1<RR,A>
Type Parameters:
RR - self-reference to the implementing class
A - the Java data type of field 1, which is also the primary key
All Implemented Interfaces:
AttachableRecord, Serializable, Comparable<Record>, SQLData, Attachable, Fields, Formattable, QualifiedRecord<RR>, Record, Record1<A>, TableRecord<RR>, UpdatableRecord<RR>

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