com.github.datalking.jdbc.transaction.TransactionSynchronizationManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-mvc Show documentation
Show all versions of play-mvc Show documentation
simple mvc framework based on java servlet.
The newest version!
package com.github.datalking.jdbc.transaction;
import com.github.datalking.common.NamedThreadLocal;
import com.github.datalking.common.OrderComparator;
import com.github.datalking.util.Assert;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* @author yaoo on 5/27/18
*/
public abstract class TransactionSynchronizationManager {
private static final Logger logger = LoggerFactory.getLogger(TransactionSynchronizationManager.class);
private static final ThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy