Module org.jooq
Package org.jooq

Interface EmbeddableRecord<R extends EmbeddableRecord<R>>

Type Parameters:
R - The embeddable record type
All Superinterfaces:
Attachable, Comparable<Record>, Fields, Formattable, Record, Serializable
All Known Implementing Classes:
EmbeddableRecordImpl

public interface EmbeddableRecord<R extends EmbeddableRecord<R>> extends Record
A record originating from a single table
Author:
Lukas Eder