Examples of GemfireTransactionManager


Examples of org.springframework.data.gemfire.GemfireTransactionManager

  public void testBasicCache() throws Exception {
    assertTrue(ctx.containsBean("gemfireTransactionManager"));
    //Check old style alias also registered
    assertTrue(ctx.containsBean("gemfire-transaction-manager"));
       
    GemfireTransactionManager tx = ctx.getBean("gemfireTransactionManager", GemfireTransactionManager.class);
    assertFalse(tx.isCopyOnRead());
  }
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.