public class org.hibernate.query.criteria.internal.path.RootImpl<X> extends org.hibernate.query.criteria.internal.path.AbstractFromImpl<X, X> implements javax.persistence.criteria.Root<X>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.query.criteria.internal.path.RootImpl
  super_class: org.hibernate.query.criteria.internal.path.AbstractFromImpl
{
  private final javax.persistence.metamodel.EntityType<X> entityType;
    descriptor: Ljavax/persistence/metamodel/EntityType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavax/persistence/metamodel/EntityType<TX;>;

  private final boolean allowJoins;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot<? extends X>> treats;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/hibernate/query/criteria/internal/path/RootImpl$TreatedRoot<+TX;>;>;

  public void <init>(org.hibernate.query.criteria.internal.CriteriaBuilderImpl, javax.persistence.metamodel.EntityType<X>);
    descriptor: (Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;Ljavax/persistence/metamodel/EntityType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
        start local 1 // org.hibernate.query.criteria.internal.CriteriaBuilderImpl criteriaBuilder
        start local 2 // javax.persistence.metamodel.EntityType entityType
         0: .line 34
            aload 0 /* this */
            aload 1 /* criteriaBuilder */
            aload 2 /* entityType */
            iconst_1
            invokespecial org.hibernate.query.criteria.internal.path.RootImpl.<init>:(Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;Ljavax/persistence/metamodel/EntityType;Z)V
         1: .line 35
            return
        end local 2 // javax.persistence.metamodel.EntityType entityType
        end local 1 // org.hibernate.query.criteria.internal.CriteriaBuilderImpl criteriaBuilder
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
            0    2     1  criteriaBuilder  Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;
            0    2     2       entityType  Ljavax/persistence/metamodel/EntityType<TX;>;
    Signature: (Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;Ljavax/persistence/metamodel/EntityType<TX;>;)V
    MethodParameters:
                 Name  Flags
      criteriaBuilder  
      entityType       

  public void <init>(org.hibernate.query.criteria.internal.CriteriaBuilderImpl, javax.persistence.metamodel.EntityType<X>, );
    descriptor: (Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;Ljavax/persistence/metamodel/EntityType;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
        start local 1 // org.hibernate.query.criteria.internal.CriteriaBuilderImpl criteriaBuilder
        start local 2 // javax.persistence.metamodel.EntityType entityType
        start local 3 // boolean allowJoins
         0: .line 38
            aload 0 /* this */
            aload 1 /* criteriaBuilder */
            aload 2 /* entityType */
            invokeinterface javax.persistence.metamodel.EntityType.getJavaType:()Ljava/lang/Class;
            invokespecial org.hibernate.query.criteria.internal.path.AbstractFromImpl.<init>:(Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;Ljava/lang/Class;)V
         1: .line 31
            aload 0 /* this */
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            putfield org.hibernate.query.criteria.internal.path.RootImpl.treats:Ljava/util/Set;
         2: .line 39
            aload 0 /* this */
            aload 2 /* entityType */
            putfield org.hibernate.query.criteria.internal.path.RootImpl.entityType:Ljavax/persistence/metamodel/EntityType;
         3: .line 40
            aload 0 /* this */
            iload 3 /* allowJoins */
            putfield org.hibernate.query.criteria.internal.path.RootImpl.allowJoins:Z
         4: .line 41
            return
        end local 3 // boolean allowJoins
        end local 2 // javax.persistence.metamodel.EntityType entityType
        end local 1 // org.hibernate.query.criteria.internal.CriteriaBuilderImpl criteriaBuilder
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
            0    5     1  criteriaBuilder  Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;
            0    5     2       entityType  Ljavax/persistence/metamodel/EntityType<TX;>;
            0    5     3       allowJoins  Z
    Signature: (Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;Ljavax/persistence/metamodel/EntityType<TX;>;Z)V
    MethodParameters:
                 Name  Flags
      criteriaBuilder  
      entityType       
      allowJoins       

  public javax.persistence.metamodel.EntityType<X> getEntityType();
    descriptor: ()Ljavax/persistence/metamodel/EntityType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 44
            aload 0 /* this */
            getfield org.hibernate.query.criteria.internal.path.RootImpl.entityType:Ljavax/persistence/metamodel/EntityType;
            areturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
    Signature: ()Ljavax/persistence/metamodel/EntityType<TX;>;

  public javax.persistence.metamodel.EntityType<X> getModel();
    descriptor: ()Ljavax/persistence/metamodel/EntityType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 48
            aload 0 /* this */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.getEntityType:()Ljavax/persistence/metamodel/EntityType;
            areturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
    Signature: ()Ljavax/persistence/metamodel/EntityType<TX;>;

  protected org.hibernate.query.criteria.internal.FromImplementor<X, X> createCorrelationDelegate();
    descriptor: ()Lorg/hibernate/query/criteria/internal/FromImplementor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 53
            new org.hibernate.query.criteria.internal.path.RootImpl
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.criteriaBuilder:()Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;
            aload 0 /* this */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.getEntityType:()Ljavax/persistence/metamodel/EntityType;
            invokespecial org.hibernate.query.criteria.internal.path.RootImpl.<init>:(Lorg/hibernate/query/criteria/internal/CriteriaBuilderImpl;Ljavax/persistence/metamodel/EntityType;)V
            areturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
    Signature: ()Lorg/hibernate/query/criteria/internal/FromImplementor<TX;TX;>;

  public org.hibernate.query.criteria.internal.path.RootImpl<X> correlateTo(org.hibernate.query.criteria.internal.CriteriaSubqueryImpl);
    descriptor: (Lorg/hibernate/query/criteria/internal/CriteriaSubqueryImpl;)Lorg/hibernate/query/criteria/internal/path/RootImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
        start local 1 // org.hibernate.query.criteria.internal.CriteriaSubqueryImpl subquery
         0: .line 58
            aload 0 /* this */
            aload 1 /* subquery */
            invokespecial org.hibernate.query.criteria.internal.path.AbstractFromImpl.correlateTo:(Lorg/hibernate/query/criteria/internal/CriteriaSubqueryImpl;)Lorg/hibernate/query/criteria/internal/FromImplementor;
            checkcast org.hibernate.query.criteria.internal.path.RootImpl
            areturn
        end local 1 // org.hibernate.query.criteria.internal.CriteriaSubqueryImpl subquery
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
            0    1     1  subquery  Lorg/hibernate/query/criteria/internal/CriteriaSubqueryImpl;
    Signature: (Lorg/hibernate/query/criteria/internal/CriteriaSubqueryImpl;)Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
    MethodParameters:
          Name  Flags
      subquery  

  protected boolean canBeJoinSource();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 63
            aload 0 /* this */
            getfield org.hibernate.query.criteria.internal.path.RootImpl.allowJoins:Z
            ireturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;

  protected java.lang.RuntimeException illegalJoin();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 69
            aload 0 /* this */
            getfield org.hibernate.query.criteria.internal.path.RootImpl.allowJoins:Z
            ifeq 1
            aload 0 /* this */
            invokespecial org.hibernate.query.criteria.internal.path.AbstractFromImpl.illegalJoin:()Ljava/lang/RuntimeException;
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.IllegalArgumentException
            dup
            ldc "UPDATE/DELETE criteria queries cannot define joins"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: areturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;

  protected java.lang.RuntimeException illegalFetch();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 75
            aload 0 /* this */
            getfield org.hibernate.query.criteria.internal.path.RootImpl.allowJoins:Z
            ifeq 1
            aload 0 /* this */
            invokespecial org.hibernate.query.criteria.internal.path.AbstractFromImpl.illegalFetch:()Ljava/lang/RuntimeException;
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.IllegalArgumentException
            dup
            ldc "UPDATE/DELETE criteria queries cannot define fetches"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: areturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;

  public java.lang.String renderTableExpression(org.hibernate.query.criteria.internal.compile.RenderingContext);
    descriptor: (Lorg/hibernate/query/criteria/internal/compile/RenderingContext;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
        start local 1 // org.hibernate.query.criteria.internal.compile.RenderingContext renderingContext
         0: .line 79
            aload 0 /* this */
            aload 1 /* renderingContext */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.prepareAlias:(Lorg/hibernate/query/criteria/internal/compile/RenderingContext;)V
         1: .line 80
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.getModel:()Ljavax/persistence/metamodel/EntityType;
            invokeinterface javax.persistence.metamodel.EntityType.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " as "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.getAlias:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // org.hibernate.query.criteria.internal.compile.RenderingContext renderingContext
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
            0    2     1  renderingContext  Lorg/hibernate/query/criteria/internal/compile/RenderingContext;
    MethodParameters:
                  Name  Flags
      renderingContext  

  public java.lang.String getPathIdentifier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 85
            aload 0 /* this */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.getAlias:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;

  public java.lang.String render(org.hibernate.query.criteria.internal.compile.RenderingContext);
    descriptor: (Lorg/hibernate/query/criteria/internal/compile/RenderingContext;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
        start local 1 // org.hibernate.query.criteria.internal.compile.RenderingContext renderingContext
         0: .line 90
            aload 0 /* this */
            aload 1 /* renderingContext */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.prepareAlias:(Lorg/hibernate/query/criteria/internal/compile/RenderingContext;)V
         1: .line 91
            aload 0 /* this */
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.getAlias:()Ljava/lang/String;
            areturn
        end local 1 // org.hibernate.query.criteria.internal.compile.RenderingContext renderingContext
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
            0    2     1  renderingContext  Lorg/hibernate/query/criteria/internal/compile/RenderingContext;
    MethodParameters:
                  Name  Flags
      renderingContext  

  public java.util.Set<org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot<? extends X>> getTreats();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
         0: .line 95
            aload 0 /* this */
            getfield org.hibernate.query.criteria.internal.path.RootImpl.treats:Ljava/util/Set;
            areturn
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
    Signature: ()Ljava/util/Set<Lorg/hibernate/query/criteria/internal/path/RootImpl$TreatedRoot<+TX;>;>;

  public <T extends X> org.hibernate.query.criteria.internal.path.RootImpl<T> treatAs(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/hibernate/query/criteria/internal/path/RootImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
        start local 1 // java.lang.Class treatAsType
         0: .line 100
            new org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot
            dup
            aload 0 /* this */
            aload 1 /* treatAsType */
            invokespecial org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot.<init>:(Lorg/hibernate/query/criteria/internal/path/RootImpl;Ljava/lang/Class;)V
            astore 2 /* treatedRoot */
        start local 2 // org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot treatedRoot
         1: .line 101
            aload 0 /* this */
            getfield org.hibernate.query.criteria.internal.path.RootImpl.treats:Ljava/util/Set;
            aload 2 /* treatedRoot */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         2: .line 102
            aload 2 /* treatedRoot */
            areturn
        end local 2 // org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot treatedRoot
        end local 1 // java.lang.Class treatAsType
        end local 0 // org.hibernate.query.criteria.internal.path.RootImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/hibernate/query/criteria/internal/path/RootImpl<TX;>;
            0    3     1  treatAsType  Ljava/lang/Class<TT;>;
            1    3     2  treatedRoot  Lorg/hibernate/query/criteria/internal/path/RootImpl$TreatedRoot<TT;>;
    Signature: <T:TX;>(Ljava/lang/Class<TT;>;)Lorg/hibernate/query/criteria/internal/path/RootImpl<TT;>;
    MethodParameters:
             Name  Flags
      treatAsType  

  public org.hibernate.query.criteria.internal.PathImplementor treatAs(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/hibernate/query/criteria/internal/PathImplementor;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.treatAs:(Ljava/lang/Class;)Lorg/hibernate/query/criteria/internal/path/RootImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public javax.persistence.metamodel.Bindable getModel();
    descriptor: ()Ljavax/persistence/metamodel/Bindable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.getModel:()Ljavax/persistence/metamodel/EntityType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.query.criteria.internal.FromImplementor correlateTo(org.hibernate.query.criteria.internal.CriteriaSubqueryImpl);
    descriptor: (Lorg/hibernate/query/criteria/internal/CriteriaSubqueryImpl;)Lorg/hibernate/query/criteria/internal/FromImplementor;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.hibernate.query.criteria.internal.path.RootImpl.correlateTo:(Lorg/hibernate/query/criteria/internal/CriteriaSubqueryImpl;)Lorg/hibernate/query/criteria/internal/path/RootImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <X:Ljava/lang/Object;>Lorg/hibernate/query/criteria/internal/path/AbstractFromImpl<TX;TX;>;Ljavax/persistence/criteria/Root<TX;>;Ljava/io/Serializable;
SourceFile: "RootImpl.java"
NestMembers:
  org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot
InnerClasses:
  public TreatedRoot = org.hibernate.query.criteria.internal.path.RootImpl$TreatedRoot of org.hibernate.query.criteria.internal.path.RootImpl