public class org.hibernate.boot.internal.StandardEntityNotFoundDelegate implements org.hibernate.proxy.EntityNotFoundDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.internal.StandardEntityNotFoundDelegate
  super_class: java.lang.Object
{
  public static final org.hibernate.boot.internal.StandardEntityNotFoundDelegate INSTANCE;
    descriptor: Lorg/hibernate/boot/internal/StandardEntityNotFoundDelegate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 24
            new org.hibernate.boot.internal.StandardEntityNotFoundDelegate
            dup
            invokespecial org.hibernate.boot.internal.StandardEntityNotFoundDelegate.<init>:()V
            putstatic org.hibernate.boot.internal.StandardEntityNotFoundDelegate.INSTANCE:Lorg/hibernate/boot/internal/StandardEntityNotFoundDelegate;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.internal.StandardEntityNotFoundDelegate this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.boot.internal.StandardEntityNotFoundDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/internal/StandardEntityNotFoundDelegate;

  public void handleEntityNotFound(java.lang.String, java.io.Serializable);
    descriptor: (Ljava/lang/String;Ljava/io/Serializable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.boot.internal.StandardEntityNotFoundDelegate this
        start local 1 // java.lang.String entityName
        start local 2 // java.io.Serializable id
         0: .line 28
            new org.hibernate.ObjectNotFoundException
            dup
            aload 2 /* id */
            aload 1 /* entityName */
            invokespecial org.hibernate.ObjectNotFoundException.<init>:(Ljava/io/Serializable;Ljava/lang/String;)V
            athrow
        end local 2 // java.io.Serializable id
        end local 1 // java.lang.String entityName
        end local 0 // org.hibernate.boot.internal.StandardEntityNotFoundDelegate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/hibernate/boot/internal/StandardEntityNotFoundDelegate;
            0    1     1  entityName  Ljava/lang/String;
            0    1     2          id  Ljava/io/Serializable;
    MethodParameters:
            Name  Flags
      entityName  
      id          
}
SourceFile: "StandardEntityNotFoundDelegate.java"