public class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer extends org.hibernate.loader.collection.BatchingCollectionInitializer
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer
super_class: org.hibernate.loader.collection.BatchingCollectionInitializer
{
private final int[] batchSizes;
descriptor: [I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.hibernate.loader.Loader[] loaders;
descriptor: [Lorg/hibernate/loader/Loader;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.hibernate.persister.collection.QueryableCollection, int[], org.hibernate.loader.Loader[]);
descriptor: (Lorg/hibernate/persister/collection/QueryableCollection;[I[Lorg/hibernate/loader/Loader;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial org.hibernate.loader.collection.BatchingCollectionInitializer.<init>:(Lorg/hibernate/persister/collection/QueryableCollection;)V
1: aload 0
aload 2
putfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.batchSizes:[I
2: aload 0
aload 3
putfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.loaders:[Lorg/hibernate/loader/Loader;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/hibernate/loader/collection/LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer;
0 4 1 persister Lorg/hibernate/persister/collection/QueryableCollection;
0 4 2 batchSizes [I
0 4 3 loaders [Lorg/hibernate/loader/Loader;
MethodParameters:
Name Flags
persister
batchSizes
loaders
public void initialize(java.io.Serializable, org.hibernate.engine.spi.SharedSessionContractImplementor);
descriptor: (Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
invokeinterface org.hibernate.engine.spi.PersistenceContext.getBatchFetchQueue:()Lorg/hibernate/engine/spi/BatchFetchQueue;
1: aload 0
invokevirtual org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.collectionPersister:()Lorg/hibernate/persister/collection/QueryableCollection;
aload 1
aload 0
getfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.batchSizes:[I
iconst_0
iaload
invokevirtual org.hibernate.engine.spi.BatchFetchQueue.getCollectionBatch:(Lorg/hibernate/persister/collection/CollectionPersister;Ljava/io/Serializable;I)[Ljava/io/Serializable;
2: astore 3
start local 3 3: iconst_0
istore 4
start local 4 4: goto 12
5: StackMap locals: java.io.Serializable[] int
StackMap stack:
aload 0
getfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.batchSizes:[I
iload 4
iaload
istore 5
start local 5 6: aload 3
iload 5
iconst_1
isub
aaload
ifnull 11
7: iload 5
anewarray java.io.Serializable
astore 6
start local 6 8: aload 3
iconst_0
aload 6
iconst_0
iload 5
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
9: aload 0
getfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.loaders:[Lorg/hibernate/loader/Loader;
iload 4
aaload
aload 2
aload 6
aload 0
invokevirtual org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.collectionPersister:()Lorg/hibernate/persister/collection/QueryableCollection;
invokeinterface org.hibernate.persister.collection.QueryableCollection.getKeyType:()Lorg/hibernate/type/Type;
invokevirtual org.hibernate.loader.Loader.loadCollectionBatch:(Lorg/hibernate/engine/spi/SharedSessionContractImplementor;[Ljava/io/Serializable;Lorg/hibernate/type/Type;)V
10: return
end local 6 end local 5 11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
aload 0
getfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.batchSizes:[I
arraylength
iconst_1
isub
if_icmplt 5
end local 4 13: aload 0
getfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.loaders:[Lorg/hibernate/loader/Loader;
aload 0
getfield org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.batchSizes:[I
arraylength
iconst_1
isub
aaload
aload 2
aload 1
aload 0
invokevirtual org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer.collectionPersister:()Lorg/hibernate/persister/collection/QueryableCollection;
invokeinterface org.hibernate.persister.collection.QueryableCollection.getKeyType:()Lorg/hibernate/type/Type;
invokevirtual org.hibernate.loader.Loader.loadCollection:(Lorg/hibernate/engine/spi/SharedSessionContractImplementor;Ljava/io/Serializable;Lorg/hibernate/type/Type;)V
14: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/hibernate/loader/collection/LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer;
0 15 1 id Ljava/io/Serializable;
0 15 2 session Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
3 15 3 batch [Ljava/io/Serializable;
4 13 4 i I
6 11 5 smallBatchSize I
8 11 6 smallBatch [Ljava/io/Serializable;
Exceptions:
throws org.hibernate.HibernateException
MethodParameters:
Name Flags
id
session
}
SourceFile: "LegacyBatchingCollectionInitializerBuilder.java"
NestHost: org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
InnerClasses:
public LegacyBatchingCollectionInitializer = org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder$LegacyBatchingCollectionInitializer of org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder