public class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl extends org.hibernate.service.internal.AbstractServiceRegistryImpl implements org.hibernate.service.spi.SessionFactoryServiceRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
  super_class: org.hibernate.service.internal.AbstractServiceRegistryImpl
{
  private final org.hibernate.cfg.Configuration configuration;
    descriptor: Lorg/hibernate/cfg/Configuration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.metamodel.source.MetadataImplementor metadata;
    descriptor: Lorg/hibernate/metamodel/source/MetadataImplementor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory;
    descriptor: Lorg/hibernate/engine/spi/SessionFactoryImplementor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.hibernate.service.spi.ServiceRegistryImplementor, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.cfg.Configuration);
    descriptor: (Lorg/hibernate/service/spi/ServiceRegistryImplementor;Lorg/hibernate/engine/spi/SessionFactoryImplementor;Lorg/hibernate/cfg/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
        start local 1 // org.hibernate.service.spi.ServiceRegistryImplementor parent
        start local 2 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
        start local 3 // org.hibernate.cfg.Configuration configuration
         0: .line 51
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.hibernate.service.internal.AbstractServiceRegistryImpl.<init>:(Lorg/hibernate/service/spi/ServiceRegistryImplementor;)V
         1: .line 53
            aload 0 /* this */
            aload 2 /* sessionFactory */
            putfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
         2: .line 54
            aload 0 /* this */
            aload 3 /* configuration */
            putfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.configuration:Lorg/hibernate/cfg/Configuration;
         3: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.metadata:Lorg/hibernate/metamodel/source/MetadataImplementor;
         4: .line 58
            getstatic org.hibernate.service.internal.StandardSessionFactoryServiceInitiators.LIST:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.hibernate.service.internal.SessionFactoryServiceRegistryImpl org.hibernate.service.spi.ServiceRegistryImplementor org.hibernate.engine.spi.SessionFactoryImplementor org.hibernate.cfg.Configuration top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.service.spi.SessionFactoryServiceInitiator
            astore 4 /* initiator */
        start local 4 // org.hibernate.service.spi.SessionFactoryServiceInitiator initiator
         6: .line 60
            aload 0 /* this */
            aload 4 /* initiator */
            invokevirtual org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.createServiceBinding:(Lorg/hibernate/service/spi/ServiceInitiator;)V
        end local 4 // org.hibernate.service.spi.SessionFactoryServiceInitiator initiator
         7: .line 58
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 62
            return
        end local 3 // org.hibernate.cfg.Configuration configuration
        end local 2 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
        end local 1 // org.hibernate.service.spi.ServiceRegistryImplementor parent
        end local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/hibernate/service/internal/SessionFactoryServiceRegistryImpl;
            0    9     1          parent  Lorg/hibernate/service/spi/ServiceRegistryImplementor;
            0    9     2  sessionFactory  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            0    9     3   configuration  Lorg/hibernate/cfg/Configuration;
            6    7     4       initiator  Lorg/hibernate/service/spi/SessionFactoryServiceInitiator;
    MethodParameters:
                Name  Flags
      parent          
      sessionFactory  
      configuration   

  public void <init>(org.hibernate.service.spi.ServiceRegistryImplementor, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.metamodel.source.MetadataImplementor);
    descriptor: (Lorg/hibernate/service/spi/ServiceRegistryImplementor;Lorg/hibernate/engine/spi/SessionFactoryImplementor;Lorg/hibernate/metamodel/source/MetadataImplementor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
        start local 1 // org.hibernate.service.spi.ServiceRegistryImplementor parent
        start local 2 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
        start local 3 // org.hibernate.metamodel.source.MetadataImplementor metadata
         0: .line 69
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.hibernate.service.internal.AbstractServiceRegistryImpl.<init>:(Lorg/hibernate/service/spi/ServiceRegistryImplementor;)V
         1: .line 71
            aload 0 /* this */
            aload 2 /* sessionFactory */
            putfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
         2: .line 72
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.configuration:Lorg/hibernate/cfg/Configuration;
         3: .line 73
            aload 0 /* this */
            aload 3 /* metadata */
            putfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.metadata:Lorg/hibernate/metamodel/source/MetadataImplementor;
         4: .line 76
            getstatic org.hibernate.service.internal.StandardSessionFactoryServiceInitiators.LIST:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.hibernate.service.internal.SessionFactoryServiceRegistryImpl org.hibernate.service.spi.ServiceRegistryImplementor org.hibernate.engine.spi.SessionFactoryImplementor org.hibernate.metamodel.source.MetadataImplementor top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.service.spi.SessionFactoryServiceInitiator
            astore 4 /* initiator */
        start local 4 // org.hibernate.service.spi.SessionFactoryServiceInitiator initiator
         6: .line 78
            aload 0 /* this */
            aload 4 /* initiator */
            invokevirtual org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.createServiceBinding:(Lorg/hibernate/service/spi/ServiceInitiator;)V
        end local 4 // org.hibernate.service.spi.SessionFactoryServiceInitiator initiator
         7: .line 76
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 80
            return
        end local 3 // org.hibernate.metamodel.source.MetadataImplementor metadata
        end local 2 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
        end local 1 // org.hibernate.service.spi.ServiceRegistryImplementor parent
        end local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/hibernate/service/internal/SessionFactoryServiceRegistryImpl;
            0    9     1          parent  Lorg/hibernate/service/spi/ServiceRegistryImplementor;
            0    9     2  sessionFactory  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            0    9     3        metadata  Lorg/hibernate/metamodel/source/MetadataImplementor;
            6    7     4       initiator  Lorg/hibernate/service/spi/SessionFactoryServiceInitiator;
    MethodParameters:
                Name  Flags
      parent          
      sessionFactory  
      metadata        

  public <R extends org.hibernate.service.Service> R initiateService(org.hibernate.service.spi.ServiceInitiator<R>);
    descriptor: (Lorg/hibernate/service/spi/ServiceInitiator;)Lorg/hibernate/service/Service;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
        start local 1 // org.hibernate.service.spi.ServiceInitiator serviceInitiator
         0: .line 86
            aload 1 /* serviceInitiator */
            checkcast org.hibernate.service.spi.SessionFactoryServiceInitiator
         1: .line 85
            astore 2 /* sessionFactoryServiceInitiator */
        start local 2 // org.hibernate.service.spi.SessionFactoryServiceInitiator sessionFactoryServiceInitiator
         2: .line 87
            aload 0 /* this */
            getfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.metadata:Lorg/hibernate/metamodel/source/MetadataImplementor;
            ifnull 4
         3: .line 88
            aload 2 /* sessionFactoryServiceInitiator */
            aload 0 /* this */
            getfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            aload 0 /* this */
            getfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.metadata:Lorg/hibernate/metamodel/source/MetadataImplementor;
            aload 0 /* this */
            invokeinterface org.hibernate.service.spi.SessionFactoryServiceInitiator.initiateService:(Lorg/hibernate/engine/spi/SessionFactoryImplementor;Lorg/hibernate/metamodel/source/MetadataImplementor;Lorg/hibernate/service/spi/ServiceRegistryImplementor;)Lorg/hibernate/service/Service;
            areturn
         4: .line 90
      StackMap locals: org.hibernate.service.spi.SessionFactoryServiceInitiator
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.configuration:Lorg/hibernate/cfg/Configuration;
            ifnull 6
         5: .line 91
            aload 2 /* sessionFactoryServiceInitiator */
            aload 0 /* this */
            getfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            aload 0 /* this */
            getfield org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.configuration:Lorg/hibernate/cfg/Configuration;
            aload 0 /* this */
            invokeinterface org.hibernate.service.spi.SessionFactoryServiceInitiator.initiateService:(Lorg/hibernate/engine/spi/SessionFactoryImplementor;Lorg/hibernate/cfg/Configuration;Lorg/hibernate/service/spi/ServiceRegistryImplementor;)Lorg/hibernate/service/Service;
            areturn
         6: .line 94
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Both metadata and configuration are null."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.hibernate.service.spi.SessionFactoryServiceInitiator sessionFactoryServiceInitiator
        end local 1 // org.hibernate.service.spi.ServiceInitiator serviceInitiator
        end local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    7     0                            this  Lorg/hibernate/service/internal/SessionFactoryServiceRegistryImpl;
            0    7     1                serviceInitiator  Lorg/hibernate/service/spi/ServiceInitiator<TR;>;
            2    7     2  sessionFactoryServiceInitiator  Lorg/hibernate/service/spi/SessionFactoryServiceInitiator<TR;>;
    Signature: <R::Lorg/hibernate/service/Service;>(Lorg/hibernate/service/spi/ServiceInitiator<TR;>;)TR;
    MethodParameters:
                  Name  Flags
      serviceInitiator  

  public <R extends org.hibernate.service.Service> void configureService(org.hibernate.service.spi.ServiceBinding<R>);
    descriptor: (Lorg/hibernate/service/spi/ServiceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
        start local 1 // org.hibernate.service.spi.ServiceBinding serviceBinding
         0: .line 101
            return
        end local 1 // org.hibernate.service.spi.ServiceBinding serviceBinding
        end local 0 // org.hibernate.service.internal.SessionFactoryServiceRegistryImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/hibernate/service/internal/SessionFactoryServiceRegistryImpl;
            0    1     1  serviceBinding  Lorg/hibernate/service/spi/ServiceBinding<TR;>;
    Signature: <R::Lorg/hibernate/service/Service;>(Lorg/hibernate/service/spi/ServiceBinding<TR;>;)V
    MethodParameters:
                Name  Flags
      serviceBinding  
}
SourceFile: "SessionFactoryServiceRegistryImpl.java"