@Repository public class JPAImplementationDAO extends AbstractDAO<Implementation> implements ImplementationDAO
LOG
Constructor and Description |
---|
JPAImplementationDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
List<Implementation> |
find(ImplementationType type) |
Implementation |
find(String key) |
List<Implementation> |
findAll() |
Implementation |
save(Implementation implementation) |
clear, detach, entityManager, entityManagerFactory, refresh
@Transactional(readOnly=true) public Implementation find(String key)
find
in interface ImplementationDAO
public List<Implementation> find(ImplementationType type)
find
in interface ImplementationDAO
public List<Implementation> findAll()
findAll
in interface ImplementationDAO
public Implementation save(Implementation implementation)
save
in interface ImplementationDAO
public void delete(String key)
delete
in interface ImplementationDAO
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.