org.glassfish.persistence.common
Class PersistenceHelper
java.lang.Object
org.glassfish.persistence.common.PersistenceHelper
public class PersistenceHelper
- extends java.lang.Object
Contains helper methods for persistence module
- Author:
- Mitesh Meswani
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceHelper
public PersistenceHelper()
lookupNonTxResource
public static javax.sql.DataSource lookupNonTxResource(ConnectorRuntime connectorRuntime,
DeploymentContext ctx,
java.lang.String dataSourceName)
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
lookupPMResource
public static javax.sql.DataSource lookupPMResource(ConnectorRuntime connectorRuntime,
DeploymentContext ctx,
java.lang.String dataSourceName)
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
Copyright © 2012 GlassFish Community. All Rights Reserved.