|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.dao.impl.NoteDaoJpa
public class NoteDaoJpa
This class is the JPA implementation of the NoteDao interface.
Constructor Summary | |
---|---|
NoteDaoJpa()
|
Method Summary | |
---|---|
void |
deleteNote(Note note)
Deletes a note from the DB using JPA. |
List<Note> |
findByremoteObjectId(String remoteObjectId)
Retrieves document associated with a given object using JPA. |
javax.persistence.EntityManager |
getEntityManager()
|
Note |
getNoteByNoteId(Long noteId)
Retrieve note by a given noteIdentifier |
void |
save(Note note)
Saves a note to the DB using JPA. |
void |
setEntityManager(javax.persistence.EntityManager entityManager)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoteDaoJpa()
Method Detail |
---|
public void save(Note note) throws org.springframework.dao.DataAccessException
save
in interface NoteDao
org.springframework.dao.DataAccessException
public void deleteNote(Note note) throws org.springframework.dao.DataAccessException
deleteNote
in interface NoteDao
org.springframework.dao.DataAccessException
public List<Note> findByremoteObjectId(String remoteObjectId)
findByremoteObjectId
in interface NoteDao
public Note getNoteByNoteId(Long noteId)
NoteDao
getNoteByNoteId
in interface NoteDao
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager
- the entityManager to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |