org.kuali.rice.krad.dao.impl
Class AttachmentDaoJpa
java.lang.Object
   org.kuali.rice.krad.dao.impl.AttachmentDaoJpa
org.kuali.rice.krad.dao.impl.AttachmentDaoJpa
- All Implemented Interfaces: 
- AttachmentDao
- public class AttachmentDaoJpa 
- extends Object- implements AttachmentDao
This class is the JPA implementation of the NoteDao interface.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AttachmentDaoJpa
public AttachmentDaoJpa()
getAttachmentByNoteId
public Attachment getAttachmentByNoteId(Long noteId)
- Description copied from interface: AttachmentDao
- Retrieve attachment by a given noteIdentifier
 
- 
- Specified by:
- getAttachmentByNoteIdin interface- AttachmentDao
 
- 
- Returns:
 
getEntityManager
public javax.persistence.EntityManager getEntityManager()
- 
 
- 
- Returns:
- the entityManager
 
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
- 
 
- 
- Parameters:
- entityManager- the entityManager to set
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.