Package com.impetus.kundera.entity.photographer

Examples of com.impetus.kundera.entity.photographer.PhotographerBi_1_1_1_1


    @Test
    public void test_multi_1_1_1_1()
    {
        FlushManager flushManager = new FlushManager();

        PhotographerBi_1_1_1_1 a = new PhotographerBi_1_1_1_1();
        a.setPhotographerId(1);

        AlbumBi_1_1_1_1 b = new AlbumBi_1_1_1_1();
        b.setAlbumId("b1");

        PhotoBi_1_1_1_1 c = new PhotoBi_1_1_1_1();
View Full Code Here

TOP

Related Classes of com.impetus.kundera.entity.photographer.PhotographerBi_1_1_1_1

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.