Examples of CorrelationEntity


Examples of org.springframework.data.cassandra.test.integration.forcequote.compositeprimarykey.entity.CorrelationEntity

    map1.put("labels", "1,2,3");
    Map<String, String> map2 = new HashMap<String, String>(2);
    map2.put("v", "1");
    map2.put("labels", "4,5,6");

    c1 = new CorrelationEntity("a", "b", "c", new Date(1), "d", map1);
    c2 = new CorrelationEntity("a", "b", "c", new Date(2), "e", map2);
  }
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.