public class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
super_class: java.lang.Object
{
public static void primeFunctionMap(java.util.Map<java.lang.String, org.hibernate.dialect.function.SQLFunction>);
descriptor: (Ljava/util/Map;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 // java.util.Map functionMap
0: .line 232
aload 0 /* functionMap */
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$AvgFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$AvgFunction;
invokevirtual org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$AvgFunction.getName:()Ljava/lang/String;
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$AvgFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$AvgFunction;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: .line 233
aload 0 /* functionMap */
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$CountFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$CountFunction;
invokevirtual org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$CountFunction.getName:()Ljava/lang/String;
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$CountFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$CountFunction;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
2: .line 234
aload 0 /* functionMap */
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MaxFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$MaxFunction;
invokevirtual org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MaxFunction.getName:()Ljava/lang/String;
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MaxFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$MaxFunction;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
3: .line 235
aload 0 /* functionMap */
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$MinFunction;
invokevirtual org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction.getName:()Ljava/lang/String;
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$MinFunction;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
4: .line 236
aload 0 /* functionMap */
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$SumFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$SumFunction;
invokevirtual org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$SumFunction.getName:()Ljava/lang/String;
getstatic org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$SumFunction.INSTANCE:Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions$SumFunction;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
5: .line 237
return
end local 0 // java.util.Map functionMap
LocalVariableTable:
Start End Slot Name Signature
0 6 0 functionMap Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;>;
Signature: (Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;>;)V
MethodParameters:
Name Flags
functionMap
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions this
0: .line 239
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 240
return
end local 0 // org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions;
}
SourceFile: "StandardAnsiSqlAggregationFunctions.java"
NestMembers:
org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$AvgFunction org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$CountFunction org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MaxFunction org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$SumFunction
InnerClasses:
public AvgFunction = org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$AvgFunction of org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
public CountFunction = org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$CountFunction of org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
public MaxFunction = org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MaxFunction of org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
public MinFunction = org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$MinFunction of org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
public SumFunction = org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions$SumFunction of org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions