final class org.hibernate.collection.internal.PersistentSet$Clear implements org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.hibernate.collection.internal.PersistentSet$Clear
super_class: java.lang.Object
{
final org.hibernate.collection.internal.PersistentSet this$0;
descriptor: Lorg/hibernate/collection/internal/PersistentSet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.hibernate.collection.internal.PersistentSet);
descriptor: (Lorg/hibernate/collection/internal/PersistentSet;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.hibernate.collection.internal.PersistentSet$Clear.this$0:Lorg/hibernate/collection/internal/PersistentSet;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/collection/internal/PersistentSet$Clear;
MethodParameters:
Name Flags
this$0 final
public void operate();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.collection.internal.PersistentSet$Clear.this$0:Lorg/hibernate/collection/internal/PersistentSet;
getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
invokeinterface java.util.Set.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/hibernate/collection/internal/PersistentSet$Clear;
public java.lang.Object getAddedInstance();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/collection/internal/PersistentSet$Clear;
public java.lang.Object getOrphan();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
ldc "queued clear cannot be used with orphan delete"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/collection/internal/PersistentSet$Clear;
}
SourceFile: "PersistentSet.java"
NestHost: org.hibernate.collection.internal.PersistentSet
InnerClasses:
protected abstract DelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection
final Clear = org.hibernate.collection.internal.PersistentSet$Clear of org.hibernate.collection.internal.PersistentSet