Package org.springframework.data.gemfire

Examples of org.springframework.data.gemfire.GemfireTransactionManager$CacheHolder


  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

Related Classes of org.springframework.data.gemfire.GemfireTransactionManager$CacheHolder

Copyright © 2018 www.massapicom. 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.