public class org.hibernate.event.spi.AutoFlushEvent extends org.hibernate.event.spi.FlushEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.event.spi.AutoFlushEvent
  super_class: org.hibernate.event.spi.FlushEvent
{
  private java.util.Set querySpaces;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE

  private boolean flushRequired;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.util.Set, org.hibernate.event.spi.EventSource);
    descriptor: (Ljava/util/Set;Lorg/hibernate/event/spi/EventSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.event.spi.AutoFlushEvent this
        start local 1 // java.util.Set querySpaces
        start local 2 // org.hibernate.event.spi.EventSource source
         0: .line 21
            aload 0 /* this */
            aload 2 /* source */
            invokespecial org.hibernate.event.spi.FlushEvent.<init>:(Lorg/hibernate/event/spi/EventSource;)V
         1: .line 22
            aload 0 /* this */
            aload 1 /* querySpaces */
            putfield org.hibernate.event.spi.AutoFlushEvent.querySpaces:Ljava/util/Set;
         2: .line 23
            return
        end local 2 // org.hibernate.event.spi.EventSource source
        end local 1 // java.util.Set querySpaces
        end local 0 // org.hibernate.event.spi.AutoFlushEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/hibernate/event/spi/AutoFlushEvent;
            0    3     1  querySpaces  Ljava/util/Set;
            0    3     2       source  Lorg/hibernate/event/spi/EventSource;
    MethodParameters:
             Name  Flags
      querySpaces  
      source       

  public java.util.Set getQuerySpaces();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.event.spi.AutoFlushEvent this
         0: .line 26
            aload 0 /* this */
            getfield org.hibernate.event.spi.AutoFlushEvent.querySpaces:Ljava/util/Set;
            areturn
        end local 0 // org.hibernate.event.spi.AutoFlushEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/event/spi/AutoFlushEvent;

  public void setQuerySpaces(java.util.Set);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.event.spi.AutoFlushEvent this
        start local 1 // java.util.Set querySpaces
         0: .line 30
            aload 0 /* this */
            aload 1 /* querySpaces */
            putfield org.hibernate.event.spi.AutoFlushEvent.querySpaces:Ljava/util/Set;
         1: .line 31
            return
        end local 1 // java.util.Set querySpaces
        end local 0 // org.hibernate.event.spi.AutoFlushEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/event/spi/AutoFlushEvent;
            0    2     1  querySpaces  Ljava/util/Set;
    MethodParameters:
             Name  Flags
      querySpaces  

  public boolean isFlushRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.event.spi.AutoFlushEvent this
         0: .line 34
            aload 0 /* this */
            getfield org.hibernate.event.spi.AutoFlushEvent.flushRequired:Z
            ireturn
        end local 0 // org.hibernate.event.spi.AutoFlushEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/event/spi/AutoFlushEvent;

  public void setFlushRequired(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.event.spi.AutoFlushEvent this
        start local 1 // boolean dirty
         0: .line 38
            aload 0 /* this */
            iload 1 /* dirty */
            putfield org.hibernate.event.spi.AutoFlushEvent.flushRequired:Z
         1: .line 39
            return
        end local 1 // boolean dirty
        end local 0 // org.hibernate.event.spi.AutoFlushEvent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hibernate/event/spi/AutoFlushEvent;
            0    2     1  dirty  Z
    MethodParameters:
       Name  Flags
      dirty  
}
SourceFile: "AutoFlushEvent.java"