public class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator implements javax.persistence.JoinColumn
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
  super_class: java.lang.Object
{
  private final javax.persistence.MapKeyJoinColumn column;
    descriptor: Ljavax/persistence/MapKeyJoinColumn;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javax.persistence.MapKeyJoinColumn);
    descriptor: (Ljavax/persistence/MapKeyJoinColumn;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
        start local 1 // javax.persistence.MapKeyJoinColumn column
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            aload 1 /* column */
            putfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
         2: .line 24
            return
        end local 1 // javax.persistence.MapKeyJoinColumn column
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;
            0    3     1  column  Ljavax/persistence/MapKeyJoinColumn;
    MethodParameters:
        Name  Flags
      column  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 28
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.name:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public java.lang.String referencedColumnName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 33
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.referencedColumnName:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public boolean unique();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 38
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.unique:()Z
            ireturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public boolean nullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 43
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.nullable:()Z
            ireturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public boolean insertable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 48
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.insertable:()Z
            ireturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public boolean updatable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 53
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.updatable:()Z
            ireturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public java.lang.String columnDefinition();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 58
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.columnDefinition:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public java.lang.String table();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 63
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.table:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public javax.persistence.ForeignKey foreignKey();
    descriptor: ()Ljavax/persistence/ForeignKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 68
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.column:Ljavax/persistence/MapKeyJoinColumn;
            invokeinterface javax.persistence.MapKeyJoinColumn.foreignKey:()Ljavax/persistence/ForeignKey;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;

  public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
         0: .line 73
            ldc Ljavax/persistence/Column;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyJoinColumnDelegator;
    Signature: ()Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
}
SourceFile: "MapKeyJoinColumnDelegator.java"