public interface org.jooq.ForeignKey<R extends org.jooq.Record, O extends org.jooq.Record> extends org.jooq.Key<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.ForeignKey
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jetbrains cannot be resolved\n\tThe import org.jetbrains cannot be resolved\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.UniqueKey<O> getKey();
    descriptor: ()Lorg/jooq/UniqueKey;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/UniqueKey<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.util.List<org.jooq.TableField<O, ?>> getKeyFields();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/jooq/TableField<TO;*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.TableField<O, ?>[] getKeyFieldsArray();
    descriptor: ()[Lorg/jooq/TableField;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Lorg/jooq/TableField<TO;*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()

  public abstract O fetchParent();
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Record;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (TR;)TO;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Result<O> fetchParents(R[]);
    descriptor: ([Lorg/jooq/Record;)Lorg/jooq/Result;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([TR;)Lorg/jooq/Result<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Result<O> fetchParents(java.util.Collection<? extends R>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/util/Collection<+TR;>;)Lorg/jooq/Result<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Result<R> fetchChildren(O);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (TO;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Result<R> fetchChildren(O[]);
    descriptor: ([Lorg/jooq/Record;)Lorg/jooq/Result;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ([TO;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Result<R> fetchChildren(java.util.Collection<? extends O>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: (Ljava/util/Collection<+TO;>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Table<O> parent(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Table<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Table<O> parents(R[]);
    descriptor: ([Lorg/jooq/Record;)Lorg/jooq/Table;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([TR;)Lorg/jooq/Table<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Table<O> parents(java.util.Collection<? extends R>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<+TR;>;)Lorg/jooq/Table<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Table<R> children(O);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TO;)Lorg/jooq/Table<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Table<R> children(O[]);
    descriptor: ([Lorg/jooq/Record;)Lorg/jooq/Table;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([TO;)Lorg/jooq/Table<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Table<R> children(java.util.Collection<? extends O>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<+TO;>;)Lorg/jooq/Table<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  
}
Signature: <R::Lorg/jooq/Record;O::Lorg/jooq/Record;>Ljava/lang/Object;Lorg/jooq/Key<TR;>;
SourceFile: "ForeignKey.java"