public class org.hibernate.mapping.IndexBackref extends org.hibernate.mapping.Property
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.mapping.IndexBackref
  super_class: org.hibernate.mapping.Property
{
  private java.lang.String collectionRole;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String entityName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.property.access.spi.PropertyAccessStrategy accessStrategy;
    descriptor: Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.IndexBackref this
         0: .line 16
            aload 0 /* this */
            invokespecial org.hibernate.mapping.Property.<init>:()V
            return
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/IndexBackref;

  public boolean isBackRef();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.IndexBackref this
         0: .line 22
            iconst_1
            ireturn
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/IndexBackref;

  public boolean isSynthetic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.IndexBackref this
         0: .line 27
            iconst_1
            ireturn
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/IndexBackref;

  public java.lang.String getCollectionRole();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.IndexBackref this
         0: .line 31
            aload 0 /* this */
            getfield org.hibernate.mapping.IndexBackref.collectionRole:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/IndexBackref;

  public void setCollectionRole(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.IndexBackref this
        start local 1 // java.lang.String collectionRole
         0: .line 35
            aload 0 /* this */
            aload 1 /* collectionRole */
            putfield org.hibernate.mapping.IndexBackref.collectionRole:Ljava/lang/String;
         1: .line 36
            return
        end local 1 // java.lang.String collectionRole
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/hibernate/mapping/IndexBackref;
            0    2     1  collectionRole  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      collectionRole  

  public boolean isBasicPropertyAccessor();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.IndexBackref this
         0: .line 40
            iconst_0
            ireturn
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/IndexBackref;

  public org.hibernate.property.access.spi.PropertyAccessStrategy getPropertyAccessStrategy(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.IndexBackref this
        start local 1 // java.lang.Class clazz
         0: .line 47
            aload 0 /* this */
            getfield org.hibernate.mapping.IndexBackref.accessStrategy:Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
            ifnonnull 2
         1: .line 48
            aload 0 /* this */
            new org.hibernate.property.access.internal.PropertyAccessStrategyIndexBackRefImpl
            dup
            aload 0 /* this */
            getfield org.hibernate.mapping.IndexBackref.collectionRole:Ljava/lang/String;
            aload 0 /* this */
            getfield org.hibernate.mapping.IndexBackref.entityName:Ljava/lang/String;
            invokespecial org.hibernate.property.access.internal.PropertyAccessStrategyIndexBackRefImpl.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            putfield org.hibernate.mapping.IndexBackref.accessStrategy:Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.mapping.IndexBackref.accessStrategy:Lorg/hibernate/property/access/spi/PropertyAccessStrategy;
            areturn
        end local 1 // java.lang.Class clazz
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/hibernate/mapping/IndexBackref;
            0    3     1  clazz  Ljava/lang/Class;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
       Name  Flags
      clazz  

  public java.lang.String getEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.IndexBackref this
         0: .line 54
            aload 0 /* this */
            getfield org.hibernate.mapping.IndexBackref.entityName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/IndexBackref;

  public void setEntityName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.IndexBackref this
        start local 1 // java.lang.String entityName
         0: .line 58
            aload 0 /* this */
            aload 1 /* entityName */
            putfield org.hibernate.mapping.IndexBackref.entityName:Ljava/lang/String;
         1: .line 59
            return
        end local 1 // java.lang.String entityName
        end local 0 // org.hibernate.mapping.IndexBackref this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/mapping/IndexBackref;
            0    2     1  entityName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      entityName  
}
SourceFile: "IndexBackref.java"