Package org.apache.cayenne.itest

Examples of org.apache.cayenne.itest.ItestDBUtils


                throw new CayenneRuntimeException("Error generating schema for DataMap "
                        + map.getName(), e);
            }

            // only single node is expected...
            dbHelper = new ItestDBUtils(node.getDataSource());
        }
    }
View Full Code Here


    }

    protected ItestSetup(String schemaScriptUrl, String jpaUnit) {
        this.jpaUnit = jpaUnit;
        this.dataSourceManager = new ItestDataSourceManager(schemaScriptUrl);
        this.dbHelper = new ItestDBUtils(dataSourceManager.getDataSource());
    }
View Full Code Here

                throw new CayenneRuntimeException("Error generating schema for DataMap "
                        + map.getName(), e);
            }

            // only single node is expected...
            dbHelper = new ItestDBUtils(node.getDataSource());
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.itest.ItestDBUtils

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.