Created
April 29, 2025 18:42
-
-
Save scottmarlow/66b84a8aa113cf9df051765780b46ac3 to your computer and use it in GitHub Desktop.
Employee$HibernateInstantiator.class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Classfile /tmp/bytebuddy/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee$HibernateInstantiator.class | |
| Last modified Apr 29, 2025; size 414 bytes | |
| SHA-256 checksum b3d7d63a535b9989b8f27060f63ad7f1422d0fb2058a4a71e946fce5310b3cbd | |
| public class com.sun.ts.tests.jpa.core.annotations.mapkeycolumn.Employee$HibernateInstantiator implements org.hibernate.bytecode.spi.ReflectionOptimizer$InstantiationOptimizer | |
| minor version: 0 | |
| major version: 61 | |
| flags: (0x0021) ACC_PUBLIC, ACC_SUPER | |
| this_class: #2 // com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee$HibernateInstantiator | |
| super_class: #4 // java/lang/Object | |
| interfaces: 1, fields: 0, methods: 2, attributes: 0 | |
| Constant pool: | |
| #1 = Utf8 com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee$HibernateInstantiator | |
| #2 = Class #1 // com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee$HibernateInstantiator | |
| #3 = Utf8 java/lang/Object | |
| #4 = Class #3 // java/lang/Object | |
| #5 = Utf8 org/hibernate/bytecode/spi/ReflectionOptimizer$InstantiationOptimizer | |
| #6 = Class #5 // org/hibernate/bytecode/spi/ReflectionOptimizer$InstantiationOptimizer | |
| #7 = Utf8 newInstance | |
| #8 = Utf8 ()Ljava/lang/Object; | |
| #9 = Utf8 com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee | |
| #10 = Class #9 // com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee | |
| #11 = Utf8 <init> | |
| #12 = Utf8 ()V | |
| #13 = NameAndType #11:#12 // "<init>":()V | |
| #14 = Methodref #10.#13 // com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee."<init>":()V | |
| #15 = Methodref #4.#13 // java/lang/Object."<init>":()V | |
| #16 = Utf8 Code | |
| { | |
| public java.lang.Object newInstance(); | |
| descriptor: ()Ljava/lang/Object; | |
| flags: (0x0001) ACC_PUBLIC | |
| Code: | |
| stack=2, locals=1, args_size=1 | |
| 0: new #10 // class com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee | |
| 3: dup | |
| 4: invokespecial #14 // Method com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Employee."<init>":()V | |
| 7: areturn | |
| public com.sun.ts.tests.jpa.core.annotations.mapkeycolumn.Employee$HibernateInstantiator(); | |
| descriptor: ()V | |
| flags: (0x0001) ACC_PUBLIC | |
| Code: | |
| stack=1, locals=1, args_size=1 | |
| 0: aload_0 | |
| 1: invokespecial #15 // Method java/lang/Object."<init>":()V | |
| 4: return | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment