Class JPAPersistenceInfoDAO
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.dao.AbstractDAO<Entity>
-
- org.apache.syncope.core.persistence.jpa.dao.JPAPersistenceInfoDAO
-
- All Implemented Interfaces:
DAO<Entity>,PersistenceInfoDAO
public class JPAPersistenceInfoDAO extends AbstractDAO<Entity> implements PersistenceInfoDAO
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractDAO
LOG
-
-
Constructor Summary
Constructors Constructor Description JPAPersistenceInfoDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>info()-
Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractDAO
detach, entityManager, entityManagerFactory, isOracle, refresh
-
-
-
-
Method Detail
-
info
public Map<String,Object> info()
- Specified by:
infoin interfacePersistenceInfoDAO
-
-