Examples of JPAUserTransactionListener


Examples of org.jboss.as.jpa.container.JPAUserTransactionListener

    private final InjectedValue<UserTransactionRegistry> userTransactionRegistryInjectedValue = new InjectedValue<UserTransactionRegistry>();
    private volatile JPAUserTransactionListener jpaUserTransactionListener = null;

    @Override
    public void start(StartContext context) throws StartException {
        jpaUserTransactionListener = new JPAUserTransactionListener();
        userTransactionRegistryInjectedValue.getValue().addListener(jpaUserTransactionListener);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.