Java EE 5 SDK

Package javax.persistence.spi

The javax.persistence.spi package defines the classes and interfaces that are implemented by the persistence provider and the Java EE container for use by the container, provider, and/or Persistence bootstrap class in deployment and bootstrapping.

See:
          Description

Interface Summary
ClassTransformer A persistence provider supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
PersistenceProvider Interface implemented by a persistence provider.
PersistenceUnitInfo Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
 

Enum Summary
PersistenceUnitTransactionType This enum class defines whether the entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
 

Package javax.persistence.spi Description

The javax.persistence.spi package defines the classes and interfaces that are implemented by the persistence provider and the Java EE container for use by the container, provider, and/or Persistence bootstrap class in deployment and bootstrapping.


Java EE 5 SDK

Copyright 2006 Sun Microsystems, Inc. All rights reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Sun Microsystems Persistence API Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24399_01