public interface org.hibernate.action.spi.Executable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.hibernate.action.spi.Executable
super_class: java.lang.Object
{
public abstract java.io.Serializable[] getPropertySpaces();
descriptor: ()[Ljava/io/Serializable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void beforeExecutions();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.hibernate.HibernateException
public abstract void execute();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.hibernate.HibernateException
public abstract org.hibernate.action.spi.AfterTransactionCompletionProcess getAfterTransactionCompletionProcess();
descriptor: ()Lorg/hibernate/action/spi/AfterTransactionCompletionProcess;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.hibernate.action.spi.BeforeTransactionCompletionProcess getBeforeTransactionCompletionProcess();
descriptor: ()Lorg/hibernate/action/spi/BeforeTransactionCompletionProcess;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void afterDeserialize(org.hibernate.engine.spi.SessionImplementor);
descriptor: (Lorg/hibernate/engine/spi/SessionImplementor;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
session
}
SourceFile: "Executable.java"