public class EJB3ConfigurationDaoImpl extends Object implements EJB3ConfigurationDao
Modifier and Type | Field and Description |
---|---|
protected javax.persistence.spi.PersistenceUnitInfo |
persistenceUnitInfo |
Constructor and Description |
---|
EJB3ConfigurationDaoImpl() |
Modifier and Type | Method and Description |
---|---|
org.hibernate.ejb.Ejb3Configuration |
getConfiguration() |
javax.persistence.spi.PersistenceUnitInfo |
getPersistenceUnitInfo() |
void |
setPersistenceUnitInfo(javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo) |
protected javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo
public org.hibernate.ejb.Ejb3Configuration getConfiguration()
getConfiguration
in interface EJB3ConfigurationDao
public javax.persistence.spi.PersistenceUnitInfo getPersistenceUnitInfo()
public void setPersistenceUnitInfo(javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo)
Copyright © 2019. All rights reserved.