Example usage for javax.persistence.spi PersistenceUnitInfo interface-usage

List of usage examples for javax.persistence.spi PersistenceUnitInfo interface-usage

Introduction

In this page you can find the example usage for javax.persistence.spi PersistenceUnitInfo interface-usage.

Usage

From source file org.wisdom.framework.jpa.PersistenceUnitComponent.java

/**
 * This class is the interface between the bridge (the manager) and the Persistence Provider.
 * It is used by the Persistence Provider to get all context information. We create one
 * instance of these for each persistence unit found in a bundle.
 */
@Component