AVKPersistenceUnitInfoImplpublic class AVKPersistenceUnitInfoImpl extends com.sun.enterprise.server.PersistenceUnitInfoImpl This class implements {@link javax.persistence.spi.PersistenceUnitInfo}
It inherits most of the implementation from its super class, except the
implementation that depends on runtime environment. See the details of methods
overridden in this class. |
Methods Summary |
---|
protected javax.sql.DataSource | _getJtaDataSource()For verification purpose, we don't need any data-source.
return null;
| protected javax.sql.DataSource | _getNonJtaDataSource()For verification purpose, we don't need any data-source.
return null;
|
|