Package org.monjo.example

Examples of org.monjo.example.User


 
 
  @Test
  public void shouldNotUseRef2() throws Exception{
    User user = new User();
    user.setName("NewCategory");

    AnotherPojo anotherPojo = PojoBuilder.createAnotherPojo(user);
   
    Monjo<ObjectId, AnotherPojo> monjoComplex = new Monjo<ObjectId, AnotherPojo>(getMongoDB(), AnotherPojo.class);
View Full Code Here

TOP

Related Classes of org.monjo.example.User

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.