All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kz.greetgo.db.InTransaction Maven / Gradle / Ivy

The newest version!
package kz.greetgo.db;

import java.lang.annotation.*;

@Documented
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface InTransaction {
  IsolationLevel value() default IsolationLevel.DEFAULT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy