org.jomc.standalone.ri.naming.support
Class TopLinkContextFactory

Package class diagram package TopLinkContextFactory
java.lang.Object
  extended by org.jomc.standalone.ri.naming.support.AbstractContextFactory
      extended by org.jomc.standalone.ri.naming.support.AbstractJPAContextFactory
          extended by org.jomc.standalone.ri.naming.support.TopLinkContextFactory
All Implemented Interfaces:
InitialContextFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public final class TopLinkContextFactory
extends AbstractJPAContextFactory

Standalone Toplink JPA context factory.

Specifications

Version:
$Id: TopLinkContextFactory.java 2242 2010-06-29 07:54:56Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
TopLinkContextFactory()
          Creates a new TopLinkContextFactory instance.
 
Method Summary
Modifier and Type Method and Description
protected  javax.persistence.spi.PersistenceProvider getPersistenceProvider()
           
 
Methods inherited from class org.jomc.standalone.ri.naming.support.AbstractJPAContextFactory
getInitialContext, getPersistenceUnitInfo
 
Methods inherited from class org.jomc.standalone.ri.naming.support.AbstractContextFactory
getStandaloneContext, getStandaloneEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLinkContextFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public TopLinkContextFactory()
Creates a new TopLinkContextFactory instance.

Method Detail

getPersistenceProvider

protected javax.persistence.spi.PersistenceProvider getPersistenceProvider()
Specified by:
getPersistenceProvider in class AbstractJPAContextFactory


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.