Class JPASAML2IdPEntityDAO
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.dao.AbstractDAO<SAML2IdPEntity>
-
- org.apache.syncope.core.persistence.jpa.dao.JPASAML2IdPEntityDAO
-
- All Implemented Interfaces:
DAO<SAML2IdPEntity>
,SAML2IdPEntityDAO
public class JPASAML2IdPEntityDAO extends AbstractDAO<SAML2IdPEntity> implements SAML2IdPEntityDAO
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractDAO
LOG
-
-
Constructor Summary
Constructors Constructor Description JPASAML2IdPEntityDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAML2IdPEntity
find(String key)
List<SAML2IdPEntity>
findAll()
SAML2IdPEntity
save(SAML2IdPEntity saml2IdPEntity)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractDAO
detach, entityManager, entityManagerFactory, isOracle, refresh
-
-
-
-
Method Detail
-
find
@Transactional(readOnly=true) public SAML2IdPEntity find(String key)
- Specified by:
find
in interfaceSAML2IdPEntityDAO
-
findAll
@Transactional(readOnly=true) public List<SAML2IdPEntity> findAll()
- Specified by:
findAll
in interfaceSAML2IdPEntityDAO
-
save
public SAML2IdPEntity save(SAML2IdPEntity saml2IdPEntity)
- Specified by:
save
in interfaceSAML2IdPEntityDAO
-
-