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