Example usage for org.springframework.orm.jpa.persistenceunit DefaultPersistenceUnitManager subclass-usage

List of usage examples for org.springframework.orm.jpa.persistenceunit DefaultPersistenceUnitManager subclass-usage

Introduction

In this page you can find the example usage for org.springframework.orm.jpa.persistenceunit DefaultPersistenceUnitManager subclass-usage.

Usage

From source file com.hmed.config.MultiConfigAwarePersistenceUnitManager.java

/**
 * An extension to the {@link DefaultPersistenceUnitManager} that is able to
 * merge multiple <tt>persistence.xml</tt> associated to the same persistence unit
 * name.
 * <p/>
 * If a module persistence unit defines managed classes explicitly, only adds the

From source file com.jportal.config.MultiConfigAwarePersistenceUnitManager.java

/**
 * An extension to the {@link DefaultPersistenceUnitManager} that is able to
 * merge multiple <tt>persistence.xml</tt> associated to the same persistence unit
 * name.
 * <p/>
 * If a module persistence unit defines managed classes explicitly, only adds the

From source file net.ggtools.maven.ddlgenerator.MultiConfigAwarePersistenceUnitManager.java

/**
 * An extension to the {@link DefaultPersistenceUnitManager} that is able to
 * merge multiple <tt>persistence.xml</tt> associated to the same persistence
 * unit name.
 * <p/>
 * If a module persistence unit defines managed classes explicitly, only adds

From source file com.brienwheeler.lib.db.LocationValidatingPersistenceUnitManager.java

/**
 * A PersistenceUnitManager that can be given a list of resources that may or may not be
 * valid.  Each resource will be checked for existence before being passed to the
 * superclass DefaultPersistenceUnitManager.
 * 
 * <p>The list may be provided directly to {@link #setPersistenceXmlLocations(String[])} or

From source file org.broadleafcommerce.common.extensibility.jpa.MergePersistenceUnitManager.java

/**
 * Merges jars, class names and mapping file names from several persistence.xml files. The
 * MergePersistenceUnitManager will continue to keep track of individual persistence unit
 * names (including individual data sources). When a specific PersistenceUnitInfo is requested
 * by unit name, the appropriate PersistenceUnitInfo is returned with modified jar files
 * urls, class names and mapping file names that include the comprehensive collection of these