public class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions implements org.hibernate.boot.spi.SessionFactoryOptions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
super_class: java.lang.Object
{
private final org.hibernate.boot.spi.SessionFactoryOptions delegate;
descriptor: Lorg/hibernate/boot/spi/SessionFactoryOptions;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.hibernate.boot.spi.SessionFactoryOptions);
descriptor: (Lorg/hibernate/boot/spi/SessionFactoryOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
0 3 1 delegate Lorg/hibernate/boot/spi/SessionFactoryOptions;
MethodParameters:
Name Flags
delegate
protected org.hibernate.boot.spi.SessionFactoryOptions delegate();
descriptor: ()Lorg/hibernate/boot/spi/SessionFactoryOptions;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.String getUuid();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:()Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getUuid:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry();
descriptor: ()Lorg/hibernate/boot/registry/StandardServiceRegistry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getServiceRegistry:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isJpaBootstrap();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJpaBootstrap:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isJtaTransactionAccessEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJtaTransactionAccessEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isAllowRefreshDetachedEntity();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAllowRefreshDetachedEntity:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.Object getBeanManagerReference();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getBeanManagerReference:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.Object getValidatorFactoryReference();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getValidatorFactoryReference:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.String getSessionFactoryName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getSessionFactoryName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isSessionFactoryNameAlsoJndiName();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isSessionFactoryNameAlsoJndiName:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isFlushBeforeCompletionEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isFlushBeforeCompletionEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isAutoCloseSessionEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAutoCloseSessionEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isStatisticsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isStatisticsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.Interceptor getInterceptor();
descriptor: ()Lorg/hibernate/Interceptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getInterceptor:()Lorg/hibernate/Interceptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.resource.jdbc.spi.StatementInspector getStatementInspector();
descriptor: ()Lorg/hibernate/resource/jdbc/spi/StatementInspector;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getStatementInspector:()Lorg/hibernate/resource/jdbc/spi/StatementInspector;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.SessionFactoryObserver[] getSessionFactoryObservers();
descriptor: ()[Lorg/hibernate/SessionFactoryObserver;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getSessionFactoryObservers:()[Lorg/hibernate/SessionFactoryObserver;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.cfg.BaselineSessionEventsListenerBuilder getBaselineSessionEventsListenerBuilder();
descriptor: ()Lorg/hibernate/cfg/BaselineSessionEventsListenerBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getBaselineSessionEventsListenerBuilder:()Lorg/hibernate/cfg/BaselineSessionEventsListenerBuilder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isIdentifierRollbackEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isIdentifierRollbackEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.EntityMode getDefaultEntityMode();
descriptor: ()Lorg/hibernate/EntityMode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getDefaultEntityMode:()Lorg/hibernate/EntityMode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.tuple.entity.EntityTuplizerFactory getEntityTuplizerFactory();
descriptor: ()Lorg/hibernate/tuple/entity/EntityTuplizerFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getEntityTuplizerFactory:()Lorg/hibernate/tuple/entity/EntityTuplizerFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isCheckNullability();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isCheckNullability:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isInitializeLazyStateOutsideTransactionsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isInitializeLazyStateOutsideTransactionsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.hql.spi.id.MultiTableBulkIdStrategy getMultiTableBulkIdStrategy();
descriptor: ()Lorg/hibernate/hql/spi/id/MultiTableBulkIdStrategy;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getMultiTableBulkIdStrategy:()Lorg/hibernate/hql/spi/id/MultiTableBulkIdStrategy;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.boot.TempTableDdlTransactionHandling getTempTableDdlTransactionHandling();
descriptor: ()Lorg/hibernate/boot/TempTableDdlTransactionHandling;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getTempTableDdlTransactionHandling:()Lorg/hibernate/boot/TempTableDdlTransactionHandling;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.loader.BatchFetchStyle getBatchFetchStyle();
descriptor: ()Lorg/hibernate/loader/BatchFetchStyle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getBatchFetchStyle:()Lorg/hibernate/loader/BatchFetchStyle;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isDelayBatchFetchLoaderCreationsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isDelayBatchFetchLoaderCreationsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public int getDefaultBatchFetchSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getDefaultBatchFetchSize:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.Integer getMaximumFetchDepth();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getMaximumFetchDepth:()Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.NullPrecedence getDefaultNullPrecedence();
descriptor: ()Lorg/hibernate/NullPrecedence;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getDefaultNullPrecedence:()Lorg/hibernate/NullPrecedence;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isOrderUpdatesEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isOrderUpdatesEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isOrderInsertsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isOrderInsertsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.MultiTenancyStrategy getMultiTenancyStrategy();
descriptor: ()Lorg/hibernate/MultiTenancyStrategy;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getMultiTenancyStrategy:()Lorg/hibernate/MultiTenancyStrategy;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.context.spi.CurrentTenantIdentifierResolver getCurrentTenantIdentifierResolver();
descriptor: ()Lorg/hibernate/context/spi/CurrentTenantIdentifierResolver;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCurrentTenantIdentifierResolver:()Lorg/hibernate/context/spi/CurrentTenantIdentifierResolver;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isJtaTrackByThread();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJtaTrackByThread:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.util.Map getQuerySubstitutions();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getQuerySubstitutions:()Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isNamedQueryStartupCheckingEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isNamedQueryStartupCheckingEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isConventionalJavaConstants();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isConventionalJavaConstants:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isProcedureParameterNullPassingEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isProcedureParameterNullPassingEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isCollectionJoinSubqueryRewriteEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isCollectionJoinSubqueryRewriteEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isAllowOutOfTransactionUpdateOperations();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAllowOutOfTransactionUpdateOperations:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isReleaseResourcesOnCloseEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isReleaseResourcesOnCloseEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isSecondLevelCacheEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isSecondLevelCacheEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isQueryCacheEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isQueryCacheEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.cache.spi.TimestampsCacheFactory getTimestampsCacheFactory();
descriptor: ()Lorg/hibernate/cache/spi/TimestampsCacheFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getTimestampsCacheFactory:()Lorg/hibernate/cache/spi/TimestampsCacheFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.String getCacheRegionPrefix();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCacheRegionPrefix:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isMinimalPutsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isMinimalPutsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isStructuredCacheEntriesEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isStructuredCacheEntriesEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isDirectReferenceCacheEntriesEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isDirectReferenceCacheEntriesEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isAutoEvictCollectionCache();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAutoEvictCollectionCache:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.boot.SchemaAutoTooling getSchemaAutoTooling();
descriptor: ()Lorg/hibernate/boot/SchemaAutoTooling;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getSchemaAutoTooling:()Lorg/hibernate/boot/SchemaAutoTooling;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public int getJdbcBatchSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJdbcBatchSize:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isJdbcBatchVersionedData();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJdbcBatchVersionedData:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isScrollableResultSetsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isScrollableResultSetsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isWrapResultSetsEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isWrapResultSetsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isGetGeneratedKeysEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isGetGeneratedKeysEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.Integer getJdbcFetchSize();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJdbcFetchSize:()Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode getPhysicalConnectionHandlingMode();
descriptor: ()Lorg/hibernate/resource/jdbc/spi/PhysicalConnectionHandlingMode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getPhysicalConnectionHandlingMode:()Lorg/hibernate/resource/jdbc/spi/PhysicalConnectionHandlingMode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean doesConnectionProviderDisableAutoCommit();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.doesConnectionProviderDisableAutoCommit:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.ConnectionReleaseMode getConnectionReleaseMode();
descriptor: ()Lorg/hibernate/ConnectionReleaseMode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getConnectionReleaseMode:()Lorg/hibernate/ConnectionReleaseMode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isCommentsEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.CustomEntityDirtinessStrategy getCustomEntityDirtinessStrategy();
descriptor: ()Lorg/hibernate/CustomEntityDirtinessStrategy;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCustomEntityDirtinessStrategy:()Lorg/hibernate/CustomEntityDirtinessStrategy;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.EntityNameResolver[] getEntityNameResolvers();
descriptor: ()[Lorg/hibernate/EntityNameResolver;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getEntityNameResolvers:()[Lorg/hibernate/EntityNameResolver;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.proxy.EntityNotFoundDelegate getEntityNotFoundDelegate();
descriptor: ()Lorg/hibernate/proxy/EntityNotFoundDelegate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getEntityNotFoundDelegate:()Lorg/hibernate/proxy/EntityNotFoundDelegate;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.util.Map<java.lang.String, org.hibernate.dialect.function.SQLFunction> getCustomSqlFunctionMap();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCustomSqlFunctionMap:()Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;>;
public void setCheckNullability(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
iload 1
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.setCheckNullability:(Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
0 2 1 enabled Z
MethodParameters:
Name Flags
enabled
public boolean isPreferUserTransaction();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isPreferUserTransaction:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public java.lang.Class<? extends org.hibernate.Interceptor> getStatelessInterceptorImplementor();
descriptor: ()Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getStatelessInterceptorImplementor:()Ljava/lang/Class;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
Signature: ()Ljava/lang/Class<+Lorg/hibernate/Interceptor;>;
public java.util.function.Supplier<? extends org.hibernate.Interceptor> getStatelessInterceptorImplementorSupplier();
descriptor: ()Ljava/util/function/Supplier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getStatelessInterceptorImplementorSupplier:()Ljava/util/function/Supplier;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
Signature: ()Ljava/util/function/Supplier<+Lorg/hibernate/Interceptor;>;
public java.util.TimeZone getJdbcTimeZone();
descriptor: ()Ljava/util/TimeZone;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJdbcTimeZone:()Ljava/util/TimeZone;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean isQueryParametersValidationEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isQueryParametersValidationEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.query.criteria.LiteralHandlingMode getCriteriaLiteralHandlingMode();
descriptor: ()Lorg/hibernate/query/criteria/LiteralHandlingMode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCriteriaLiteralHandlingMode:()Lorg/hibernate/query/criteria/LiteralHandlingMode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean jdbcStyleParamsZeroBased();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.jdbcStyleParamsZeroBased:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.jpa.spi.JpaCompliance getJpaCompliance();
descriptor: ()Lorg/hibernate/jpa/spi/JpaCompliance;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJpaCompliance:()Lorg/hibernate/jpa/spi/JpaCompliance;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isFailOnPaginationOverCollectionFetchEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode getImmutableEntityUpdateQueryHandlingMode();
descriptor: ()Lorg/hibernate/query/ImmutableEntityUpdateQueryHandlingMode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getImmutableEntityUpdateQueryHandlingMode:()Lorg/hibernate/query/ImmutableEntityUpdateQueryHandlingMode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
public boolean inClauseParameterPaddingEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.inClauseParameterPaddingEnabled:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
}
SourceFile: "AbstractDelegatingSessionFactoryOptions.java"