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

  public void <init>(javax.persistence.MapKeyColumn);
    descriptor: (Ljavax/persistence/MapKeyColumn;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
        start local 1 // javax.persistence.MapKeyColumn column
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            aload 0 /* this */
            aload 1 /* column */
            putfield org.hibernate.cfg.annotations.MapKeyColumnDelegator.column:Ljavax/persistence/MapKeyColumn;
         2: .line 21
            return
        end local 1 // javax.persistence.MapKeyColumn column
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;
            0    3     1  column  Ljavax/persistence/MapKeyColumn;
    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.MapKeyColumnDelegator this
         0: .line 24
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyColumnDelegator.column:Ljavax/persistence/MapKeyColumn;
            invokeinterface javax.persistence.MapKeyColumn.name:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;

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

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

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

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

  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.MapKeyColumnDelegator this
         0: .line 44
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyColumnDelegator.column:Ljavax/persistence/MapKeyColumn;
            invokeinterface javax.persistence.MapKeyColumn.columnDefinition:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;

  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.MapKeyColumnDelegator this
         0: .line 48
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyColumnDelegator.column:Ljavax/persistence/MapKeyColumn;
            invokeinterface javax.persistence.MapKeyColumn.table:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
         0: .line 52
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyColumnDelegator.column:Ljavax/persistence/MapKeyColumn;
            invokeinterface javax.persistence.MapKeyColumn.length:()I
            ireturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;

  public int precision();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
         0: .line 56
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyColumnDelegator.column:Ljavax/persistence/MapKeyColumn;
            invokeinterface javax.persistence.MapKeyColumn.precision:()I
            ireturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;

  public int scale();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
         0: .line 60
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.MapKeyColumnDelegator.column:Ljavax/persistence/MapKeyColumn;
            invokeinterface javax.persistence.MapKeyColumn.scale:()I
            ireturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;

  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.MapKeyColumnDelegator this
         0: .line 64
            ldc Ljavax/persistence/Column;
            areturn
        end local 0 // org.hibernate.cfg.annotations.MapKeyColumnDelegator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/MapKeyColumnDelegator;
    Signature: ()Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
}
SourceFile: "MapKeyColumnDelegator.java"