org.glassfish.persistence.jpa
Class JPAContainer

java.lang.Object
  extended by org.glassfish.persistence.jpa.JPAContainer
All Implemented Interfaces:
Container

@Service(name="org.glassfish.persistence.jpa.JPAContainer")
public class JPAContainer
extends java.lang.Object
implements Container


Constructor Summary
JPAContainer()
           
 
Method Summary
 java.lang.Class<? extends Deployer> getDeployer()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAContainer

public JPAContainer()
Method Detail

getDeployer

public java.lang.Class<? extends Deployer> getDeployer()
Specified by:
getDeployer in interface Container

getName

public java.lang.String getName()
Specified by:
getName in interface Container


Copyright © 2012 GlassFish Community. All Rights Reserved.