Examples of markPersistent()


Examples of com.getperka.flatpack.domain.PersistentEmployee.markPersistent()

   * section.
   */
  @Test
  public void testElidedEntities() throws IOException {
    PersistentEmployee e = makePersistentEmployee();
    e.markPersistent();

    StringWriter out = new StringWriter();
    flatpack.getPacker().pack(FlatPackEntity.entity(e), out);

    JsonObject payload = new JsonParser().parse(out.toString()).getAsJsonObject();
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.