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

com.guicedee.guicedpersistence.btm.BTMTransactionIsolation Maven / Gradle / Ivy

package com.guicedee.guicedpersistence.btm;

/**
 * Sets the transaction isolation for the pooled connections
 * 

* READ_COMMITED default */ public enum BTMTransactionIsolation { READ_COMMITTED, READ_UNCOMMITTED, REPEATABLE_READ, SERIALIZABLE }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy