public interface io.ebean.annotation.Transactional extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: io.ebean.annotation.Transactional
  super_class: java.lang.Object
{
  public abstract io.ebean.annotation.TxType type();
    descriptor: ()Lio/ebean/annotation/TxType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.TxType.REQUIRED:Lio/ebean/annotation/TxType;

  public abstract io.ebean.annotation.PersistBatch batch();
    descriptor: ()Lio/ebean/annotation/PersistBatch;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.PersistBatch.INHERIT:Lio/ebean/annotation/PersistBatch;

  public abstract io.ebean.annotation.PersistBatch batchOnCascade();
    descriptor: ()Lio/ebean/annotation/PersistBatch;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.PersistBatch.INHERIT:Lio/ebean/annotation/PersistBatch;

  public abstract int batchSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0

  public abstract boolean getGeneratedKeys();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: true

  public abstract io.ebean.annotation.TxIsolation isolation();
    descriptor: ()Lio/ebean/annotation/TxIsolation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.TxIsolation.DEFAULT:Lio/ebean/annotation/TxIsolation;

  public abstract boolean flushOnQuery();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: true

  public abstract boolean readOnly();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract boolean skipCache();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract java.lang.String label();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract java.lang.Class<? extends java.lang.Throwable>[] rollbackFor();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Ljava/lang/Class<+Ljava/lang/Throwable;>;
    AnnotationDefault: {}

  public abstract java.lang.Class<? extends java.lang.Throwable>[] noRollbackFor();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Ljava/lang/Class<+Ljava/lang/Throwable;>;
    AnnotationDefault: {}

  public abstract int profileId();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0
}
SourceFile: "Transactional.java"
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)