|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.mystique.infrastructure.persistence.JpaRepository<Attachment,java.lang.Long>
net.sourceforge.mystique.infrastructure.persistence.AttachmentJpaRepository
@Repository public class AttachmentJpaRepository
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.mystique.infrastructure.persistence.JpaRepository |
|---|
entityManager |
| Constructor Summary | |
|---|---|
AttachmentJpaRepository()
|
|
| Method Summary | |
|---|---|
Attachment |
findById(java.lang.Long id)
|
java.util.List<Attachment> |
findByTicket(Ticket ticket,
int offset,
int limit)
|
void |
store(Attachment attachment)
|
| Methods inherited from class net.sourceforge.mystique.infrastructure.persistence.JpaRepository |
|---|
remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.mystique.domain.repository.SimpleRepository |
|---|
remove |
| Constructor Detail |
|---|
public AttachmentJpaRepository()
| Method Detail |
|---|
@Transactional(readOnly=true)
public Attachment findById(java.lang.Long id)
throws RepositoryException
findById in interface SimpleRepository<Attachment,java.lang.Long>RepositoryException
@Transactional(readOnly=true)
public java.util.List<Attachment> findByTicket(Ticket ticket,
int offset,
int limit)
throws RepositoryException
findByTicket in interface AttachmentRepositoryRepositoryException
@Transactional
public void store(Attachment attachment)
throws RepositoryException
store in interface SimpleRepository<Attachment,java.lang.Long>RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||