Package ru.dreamteam.couch

Examples of ru.dreamteam.couch.TestEntity


        createTestEntity("d");
        createTestEntity("x");
    }

    private void createTestEntity(String s) {
        TestEntity entity = new TestEntity();
        entity.setText(s);
        db.save(entity);
    }
View Full Code Here

TOP

Related Classes of ru.dreamteam.couch.TestEntity

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.