Package org.apache.art

Examples of org.apache.art.MixedPersistenceStrategy


    public void testConflictingField1() throws Exception {
        deleteTestData();
        createTestData("testConflictingField");

        DataContext c = createDataContext();
        MixedPersistenceStrategy object = DataObjectUtils.objectForPK(
                c,
                MixedPersistenceStrategy.class,
                1);

        assertEquals(2, object.getDetails().size());
        assertTrue(object.getDetails() instanceof ValueHolder);
    }
View Full Code Here

TOP

Related Classes of org.apache.art.MixedPersistenceStrategy

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.