public class AttachmentDaoJpa extends Object implements AttachmentDao
| Constructor and Description |
|---|
AttachmentDaoJpa() |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
getAttachmentByNoteId(Long noteId)
Retrieve attachment by a given noteIdentifier
|
javax.persistence.EntityManager |
getEntityManager() |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public AttachmentDaoJpa()
public Attachment getAttachmentByNoteId(Long noteId)
AttachmentDaogetAttachmentByNoteId in interface AttachmentDaopublic javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager - the entityManager to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.