Module org.jooq
Package org.jooq

Interface InverseForeignKey<PARENT extends Record,CHILD extends Record>

Type Parameters:
PARENT - The referenced KEY's owner table record
CHILD - The FOREIGN KEY's owner table record
All Superinterfaces:
Key<PARENT>, Named, QueryPart, Serializable

public interface InverseForeignKey<PARENT extends Record,CHILD extends Record> extends Key<PARENT>
An InverseForeignKey is an inverse ForeignKey. It represents an inverse FOREIGN KEY relationship between two tables.

Instances of this type cannot be created directly. They are available from generated code.

Author:
Lukas Eder
  • Method Details