Package org.apache.art

Examples of org.apache.art.ROPainting


        // *** TESTING THIS ***
        List paints = ctxt.performQuery(q);
        assertEquals(1, paints.size());

        ROPainting rop1 = (ROPainting) paints.get(0);
        assertSame(a1, rop1.getToArtist());
    }
View Full Code Here


        // *** TESTING THIS ***
        List paints = ctxt.performQuery(q);
        assertEquals(1, paints.size());

        ROPainting rop1 = (ROPainting) paints.get(0);
        assertNotNull(rop1.getToArtist());

        // trigger fetch
        rop1.getToArtist().getArtistName();
        assertEquals(PersistenceState.COMMITTED, rop1.getToArtist().getPersistenceState());
    }
View Full Code Here

TOP

Related Classes of org.apache.art.ROPainting

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.