Package com.inspiresoftware.lib.dto.geda.benchmark.support.geda

Examples of com.inspiresoftware.lib.dto.geda.benchmark.support.geda.GeDABeanFactory


    @Test
    public void testBasicMapping() throws Exception {


        final BeanFactory bf = new GeDABeanFactory();

        final Person entity = DataProvider.providePersonEntity(false);

        final PersonDTO dto = new PersonDTO();
View Full Code Here


    @Test
    public void testCollectionsMapping() throws Exception {


        final BeanFactory bf = new GeDABeanFactory();

        final Person entity = DataProvider.providePersonEntity(true);

        final PersonWithHistoryDTO dto = new PersonWithHistoryDTO();
View Full Code Here

    @Test
    public void testMapsMapping() throws Exception {


        final BeanFactory bf = new GeDABeanFactory();

        final Person entity = DataProvider.providePersonEntity(true);

        final PersonWithHistoryByCityDTO dto = new PersonWithHistoryByCityDTO();
View Full Code Here

TOP

Related Classes of com.inspiresoftware.lib.dto.geda.benchmark.support.geda.GeDABeanFactory

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.