public class org.hibernate.cfg.AnnotationConfiguration extends org.hibernate.cfg.Configuration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.AnnotationConfiguration
  super_class: org.hibernate.cfg.Configuration
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
         0: .line 51
            aload 0 /* this */
            invokespecial org.hibernate.cfg.Configuration.<init>:()V
         1: .line 52
            return
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;

  public org.hibernate.cfg.AnnotationConfiguration addAnnotatedClass(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.Class annotatedClass
         0: .line 59
            aload 0 /* this */
            aload 1 /* annotatedClass */
            invokespecial org.hibernate.cfg.Configuration.addAnnotatedClass:(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
            checkcast org.hibernate.cfg.AnnotationConfiguration
            areturn
        end local 1 // java.lang.Class annotatedClass
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    1     1  annotatedClass  Ljava/lang/Class;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
                Name  Flags
      annotatedClass  

  public org.hibernate.cfg.AnnotationConfiguration addPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String packageName
         0: .line 67
            aload 0 /* this */
            aload 1 /* packageName */
            invokespecial org.hibernate.cfg.Configuration.addPackage:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            checkcast org.hibernate.cfg.AnnotationConfiguration
            areturn
        end local 1 // java.lang.String packageName
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    1     1  packageName  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
             Name  Flags
      packageName  

  public org.hibernate.cfg.ExtendedMappings createExtendedMappings();
    descriptor: ()Lorg/hibernate/cfg/ExtendedMappings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
         0: .line 71
            new org.hibernate.cfg.AnnotationConfiguration$ExtendedMappingsImpl
            dup
            aload 0 /* this */
            invokespecial org.hibernate.cfg.AnnotationConfiguration$ExtendedMappingsImpl.<init>:(Lorg/hibernate/cfg/AnnotationConfiguration;)V
            areturn
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;

  public org.hibernate.cfg.AnnotationConfiguration addFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String xmlFile
         0: .line 76
            aload 0 /* this */
            aload 1 /* xmlFile */
            invokespecial org.hibernate.cfg.Configuration.addFile:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String xmlFile
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  xmlFile  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
         Name  Flags
      xmlFile  

  public org.hibernate.cfg.AnnotationConfiguration addFile(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.io.File xmlFile
         0: .line 82
            aload 0 /* this */
            aload 1 /* xmlFile */
            invokespecial org.hibernate.cfg.Configuration.addFile:(Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 83
            aload 0 /* this */
            areturn
        end local 1 // java.io.File xmlFile
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  xmlFile  Ljava/io/File;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
         Name  Flags
      xmlFile  

  public org.hibernate.cfg.AnnotationConfiguration addCacheableFile(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.io.File xmlFile
         0: .line 88
            aload 0 /* this */
            aload 1 /* xmlFile */
            invokespecial org.hibernate.cfg.Configuration.addCacheableFile:(Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.io.File xmlFile
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  xmlFile  Ljava/io/File;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
         Name  Flags
      xmlFile  

  public org.hibernate.cfg.AnnotationConfiguration addCacheableFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String xmlFile
         0: .line 94
            aload 0 /* this */
            aload 1 /* xmlFile */
            invokespecial org.hibernate.cfg.Configuration.addCacheableFile:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 95
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String xmlFile
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  xmlFile  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
         Name  Flags
      xmlFile  

  public org.hibernate.cfg.AnnotationConfiguration addXML(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String xml
         0: .line 100
            aload 0 /* this */
            aload 1 /* xml */
            invokespecial org.hibernate.cfg.Configuration.addXML:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String xml
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1   xml  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
      Name  Flags
      xml   

  public org.hibernate.cfg.AnnotationConfiguration addURL(java.net.URL);
    descriptor: (Ljava/net/URL;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.net.URL url
         0: .line 106
            aload 0 /* this */
            aload 1 /* url */
            invokespecial org.hibernate.cfg.Configuration.addURL:(Ljava/net/URL;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // java.net.URL url
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1   url  Ljava/net/URL;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
      Name  Flags
      url   

  public org.hibernate.cfg.AnnotationConfiguration addResource(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String resourceName
        start local 2 // java.lang.ClassLoader classLoader
         0: .line 112
            aload 0 /* this */
            aload 1 /* resourceName */
            aload 2 /* classLoader */
            invokespecial org.hibernate.cfg.Configuration.addResource:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 113
            aload 0 /* this */
            areturn
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String resourceName
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  resourceName  Ljava/lang/String;
            0    2     2   classLoader  Ljava/lang/ClassLoader;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
              Name  Flags
      resourceName  
      classLoader   

  public org.hibernate.cfg.AnnotationConfiguration addDocument(org.w3c.dom.Document);
    descriptor: (Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // org.w3c.dom.Document doc
         0: .line 118
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial org.hibernate.cfg.Configuration.addDocument:(Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // org.w3c.dom.Document doc
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1   doc  Lorg/w3c/dom/Document;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
      Name  Flags
      doc   

  public org.hibernate.cfg.AnnotationConfiguration addResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String resourceName
         0: .line 124
            aload 0 /* this */
            aload 1 /* resourceName */
            invokespecial org.hibernate.cfg.Configuration.addResource:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String resourceName
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  resourceName  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
              Name  Flags
      resourceName  

  public org.hibernate.cfg.AnnotationConfiguration addClass(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.Class persistentClass
         0: .line 130
            aload 0 /* this */
            aload 1 /* persistentClass */
            invokespecial org.hibernate.cfg.Configuration.addClass:(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Class persistentClass
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  persistentClass  Ljava/lang/Class;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
                 Name  Flags
      persistentClass  

  public org.hibernate.cfg.AnnotationConfiguration addJar(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.io.File jar
         0: .line 136
            aload 0 /* this */
            aload 1 /* jar */
            invokespecial org.hibernate.cfg.Configuration.addJar:(Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // java.io.File jar
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1   jar  Ljava/io/File;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
      Name  Flags
      jar   

  public org.hibernate.cfg.AnnotationConfiguration addDirectory(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.io.File dir
         0: .line 142
            aload 0 /* this */
            aload 1 /* dir */
            invokespecial org.hibernate.cfg.Configuration.addDirectory:(Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // java.io.File dir
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1   dir  Ljava/io/File;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
      Name  Flags
      dir   

  public org.hibernate.cfg.AnnotationConfiguration setInterceptor(org.hibernate.Interceptor);
    descriptor: (Lorg/hibernate/Interceptor;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // org.hibernate.Interceptor interceptor
         0: .line 148
            aload 0 /* this */
            aload 1 /* interceptor */
            invokespecial org.hibernate.cfg.Configuration.setInterceptor:(Lorg/hibernate/Interceptor;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // org.hibernate.Interceptor interceptor
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  interceptor  Lorg/hibernate/Interceptor;
    MethodParameters:
             Name  Flags
      interceptor  

  public org.hibernate.cfg.AnnotationConfiguration setProperties(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.util.Properties properties
         0: .line 154
            aload 0 /* this */
            aload 1 /* properties */
            invokespecial org.hibernate.cfg.Configuration.setProperties:(Ljava/util/Properties;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 155
            aload 0 /* this */
            areturn
        end local 1 // java.util.Properties properties
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  properties  Ljava/util/Properties;
    MethodParameters:
            Name  Flags
      properties  

  public org.hibernate.cfg.AnnotationConfiguration addProperties(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.util.Properties extraProperties
         0: .line 160
            aload 0 /* this */
            aload 1 /* extraProperties */
            invokespecial org.hibernate.cfg.Configuration.addProperties:(Ljava/util/Properties;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 161
            aload 0 /* this */
            areturn
        end local 1 // java.util.Properties extraProperties
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  extraProperties  Ljava/util/Properties;
    MethodParameters:
                 Name  Flags
      extraProperties  

  public org.hibernate.cfg.AnnotationConfiguration mergeProperties(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.util.Properties properties
         0: .line 166
            aload 0 /* this */
            aload 1 /* properties */
            invokespecial org.hibernate.cfg.Configuration.mergeProperties:(Ljava/util/Properties;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 167
            aload 0 /* this */
            areturn
        end local 1 // java.util.Properties properties
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  properties  Ljava/util/Properties;
    MethodParameters:
            Name  Flags
      properties  

  public org.hibernate.cfg.AnnotationConfiguration setProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String propertyName
        start local 2 // java.lang.String value
         0: .line 172
            aload 0 /* this */
            aload 1 /* propertyName */
            aload 2 /* value */
            invokespecial org.hibernate.cfg.Configuration.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 173
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String propertyName
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  propertyName  Ljava/lang/String;
            0    2     2         value  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      propertyName  
      value         

  public org.hibernate.cfg.AnnotationConfiguration configure();
    descriptor: ()Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
         0: .line 178
            aload 0 /* this */
            invokespecial org.hibernate.cfg.Configuration.configure:()Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 179
            aload 0 /* this */
            areturn
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
    Exceptions:
      throws org.hibernate.HibernateException

  public org.hibernate.cfg.AnnotationConfiguration configure(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String resource
         0: .line 184
            aload 0 /* this */
            aload 1 /* resource */
            invokespecial org.hibernate.cfg.Configuration.configure:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String resource
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  resource  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
          Name  Flags
      resource  

  public org.hibernate.cfg.AnnotationConfiguration configure(java.net.URL);
    descriptor: (Ljava/net/URL;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.net.URL url
         0: .line 190
            aload 0 /* this */
            aload 1 /* url */
            invokespecial org.hibernate.cfg.Configuration.configure:(Ljava/net/URL;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // java.net.URL url
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1   url  Ljava/net/URL;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
      Name  Flags
      url   

  public org.hibernate.cfg.AnnotationConfiguration configure(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.io.File configFile
         0: .line 196
            aload 0 /* this */
            aload 1 /* configFile */
            invokespecial org.hibernate.cfg.Configuration.configure:(Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 197
            aload 0 /* this */
            areturn
        end local 1 // java.io.File configFile
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  configFile  Ljava/io/File;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
            Name  Flags
      configFile  

  protected org.hibernate.cfg.AnnotationConfiguration doConfigure(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.io.InputStream stream
        start local 2 // java.lang.String resourceName
         0: .line 202
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* resourceName */
            invokespecial org.hibernate.cfg.Configuration.doConfigure:(Ljava/io/InputStream;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 203
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String resourceName
        end local 1 // java.io.InputStream stream
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1        stream  Ljava/io/InputStream;
            0    2     2  resourceName  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
              Name  Flags
      stream        
      resourceName  

  public org.hibernate.cfg.AnnotationConfiguration configure(org.w3c.dom.Document);
    descriptor: (Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // org.w3c.dom.Document document
         0: .line 208
            aload 0 /* this */
            aload 1 /* document */
            invokespecial org.hibernate.cfg.Configuration.configure:(Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 209
            aload 0 /* this */
            areturn
        end local 1 // org.w3c.dom.Document document
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  document  Lorg/w3c/dom/Document;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
          Name  Flags
      document  

  protected org.hibernate.cfg.AnnotationConfiguration doConfigure(org.dom4j.Document);
    descriptor: (Lorg/dom4j/Document;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // org.dom4j.Document doc
         0: .line 214
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial org.hibernate.cfg.Configuration.doConfigure:(Lorg/dom4j/Document;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 215
            aload 0 /* this */
            areturn
        end local 1 // org.dom4j.Document doc
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1   doc  Lorg/dom4j/Document;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
      Name  Flags
      doc   

  public org.hibernate.cfg.AnnotationConfiguration setCacheConcurrencyStrategy(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String clazz
        start local 2 // java.lang.String concurrencyStrategy
         0: .line 220
            aload 0 /* this */
            aload 1 /* clazz */
            aload 2 /* concurrencyStrategy */
            invokespecial org.hibernate.cfg.Configuration.setCacheConcurrencyStrategy:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 221
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String concurrencyStrategy
        end local 1 // java.lang.String clazz
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1                clazz  Ljava/lang/String;
            0    2     2  concurrencyStrategy  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      clazz                
      concurrencyStrategy  

  public org.hibernate.cfg.AnnotationConfiguration setCacheConcurrencyStrategy(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String clazz
        start local 2 // java.lang.String concurrencyStrategy
        start local 3 // java.lang.String region
         0: .line 226
            aload 0 /* this */
            aload 1 /* clazz */
            aload 2 /* concurrencyStrategy */
            aload 3 /* region */
            invokespecial org.hibernate.cfg.Configuration.setCacheConcurrencyStrategy:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 227
            aload 0 /* this */
            areturn
        end local 3 // java.lang.String region
        end local 2 // java.lang.String concurrencyStrategy
        end local 1 // java.lang.String clazz
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1                clazz  Ljava/lang/String;
            0    2     2  concurrencyStrategy  Ljava/lang/String;
            0    2     3               region  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      clazz                
      concurrencyStrategy  
      region               

  public org.hibernate.cfg.AnnotationConfiguration setCollectionCacheConcurrencyStrategy(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // java.lang.String collectionRole
        start local 2 // java.lang.String concurrencyStrategy
         0: .line 233
            aload 0 /* this */
            aload 1 /* collectionRole */
            aload 2 /* concurrencyStrategy */
            invokespecial org.hibernate.cfg.Configuration.setCollectionCacheConcurrencyStrategy:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 234
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String concurrencyStrategy
        end local 1 // java.lang.String collectionRole
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1       collectionRole  Ljava/lang/String;
            0    2     2  concurrencyStrategy  Ljava/lang/String;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
                     Name  Flags
      collectionRole       
      concurrencyStrategy  

  public org.hibernate.cfg.AnnotationConfiguration setNamingStrategy(org.hibernate.cfg.NamingStrategy);
    descriptor: (Lorg/hibernate/cfg/NamingStrategy;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // org.hibernate.cfg.NamingStrategy namingStrategy
         0: .line 239
            aload 0 /* this */
            aload 1 /* namingStrategy */
            invokespecial org.hibernate.cfg.Configuration.setNamingStrategy:(Lorg/hibernate/cfg/NamingStrategy;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 240
            aload 0 /* this */
            areturn
        end local 1 // org.hibernate.cfg.NamingStrategy namingStrategy
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  namingStrategy  Lorg/hibernate/cfg/NamingStrategy;
    MethodParameters:
                Name  Flags
      namingStrategy  

  public org.hibernate.cfg.AnnotationConfiguration setNamingStrategyDelegator(org.hibernate.cfg.naming.NamingStrategyDelegator);
    descriptor: (Lorg/hibernate/cfg/naming/NamingStrategyDelegator;)Lorg/hibernate/cfg/AnnotationConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.AnnotationConfiguration this
        start local 1 // org.hibernate.cfg.naming.NamingStrategyDelegator namingStrategyDelegator
         0: .line 245
            aload 0 /* this */
            aload 1 /* namingStrategyDelegator */
            invokespecial org.hibernate.cfg.Configuration.setNamingStrategyDelegator:(Lorg/hibernate/cfg/naming/NamingStrategyDelegator;)Lorg/hibernate/cfg/Configuration;
            pop
         1: .line 246
            aload 0 /* this */
            areturn
        end local 1 // org.hibernate.cfg.naming.NamingStrategyDelegator namingStrategyDelegator
        end local 0 // org.hibernate.cfg.AnnotationConfiguration this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/hibernate/cfg/AnnotationConfiguration;
            0    2     1  namingStrategyDelegator  Lorg/hibernate/cfg/naming/NamingStrategyDelegator;
    MethodParameters:
                         Name  Flags
      namingStrategyDelegator  

  public org.hibernate.cfg.Configuration mergeProperties(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.mergeProperties:(Ljava/util/Properties;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration addCacheableFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addCacheableFile:(Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addCacheableFile(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addCacheableFile:(Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration setProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration setProperties(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.setProperties:(Ljava/util/Properties;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration addURL(java.net.URL);
    descriptor: (Ljava/net/URL;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addURL:(Ljava/net/URL;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addXML(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addXML:(Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration setCollectionCacheConcurrencyStrategy(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.setCollectionCacheConcurrencyStrategy:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration setCacheConcurrencyStrategy(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.setCacheConcurrencyStrategy:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration setCacheConcurrencyStrategy(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.setCacheConcurrencyStrategy:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration setInterceptor(org.hibernate.Interceptor);
    descriptor: (Lorg/hibernate/Interceptor;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.setInterceptor:(Lorg/hibernate/Interceptor;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration addProperties(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addProperties:(Ljava/util/Properties;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration addJar(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addJar:(Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration setNamingStrategy(org.hibernate.cfg.NamingStrategy);
    descriptor: (Lorg/hibernate/cfg/NamingStrategy;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.setNamingStrategy:(Lorg/hibernate/cfg/NamingStrategy;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration addClass(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addClass:(Ljava/lang/Class;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addFile(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addFile:(Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addFile:(Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addDocument(org.w3c.dom.Document);
    descriptor: (Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addDocument:(Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addAnnotatedClass(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addAnnotatedClass:(Ljava/lang/Class;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration addDirectory(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addDirectory:(Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addResource:(Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration addResource(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Lorg/hibernate/cfg/Configuration;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.addResource:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration setNamingStrategyDelegator(org.hibernate.cfg.naming.NamingStrategyDelegator);
    descriptor: (Lorg/hibernate/cfg/naming/NamingStrategyDelegator;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.setNamingStrategyDelegator:(Lorg/hibernate/cfg/naming/NamingStrategyDelegator;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.cfg.Configuration addPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.addPackage:(Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.MappingException

  public org.hibernate.cfg.Configuration configure(org.w3c.dom.Document);
    descriptor: (Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.configure:(Lorg/w3c/dom/Document;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.HibernateException

  public org.hibernate.cfg.Configuration configure(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.configure:(Ljava/io/File;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.HibernateException

  public org.hibernate.cfg.Configuration configure(java.net.URL);
    descriptor: (Ljava/net/URL;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.configure:(Ljava/net/URL;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.HibernateException

  public org.hibernate.cfg.Configuration configure(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    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.cfg.AnnotationConfiguration.configure:(Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.HibernateException

  public org.hibernate.cfg.Configuration configure();
    descriptor: ()Lorg/hibernate/cfg/Configuration;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.configure:()Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.HibernateException

  protected org.hibernate.cfg.Configuration doConfigure(org.dom4j.Document);
    descriptor: (Lorg/dom4j/Document;)Lorg/hibernate/cfg/Configuration;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.doConfigure:(Lorg/dom4j/Document;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.HibernateException

  protected org.hibernate.cfg.Configuration doConfigure(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.hibernate.cfg.AnnotationConfiguration.doConfigure:(Ljava/io/InputStream;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.hibernate.HibernateException
}
SourceFile: "AnnotationConfiguration.java"
NestMembers:
  org.hibernate.cfg.AnnotationConfiguration$ExtendedMappingsImpl
InnerClasses:
  protected ExtendedMappingsImpl = org.hibernate.cfg.AnnotationConfiguration$ExtendedMappingsImpl of org.hibernate.cfg.AnnotationConfiguration
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()