|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.mystique.infrastructure.persistence.JpaRepository<Comment,java.lang.Long>
net.sourceforge.mystique.infrastructure.persistence.CommentJpaRepository
@Repository public class CommentJpaRepository
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.mystique.infrastructure.persistence.JpaRepository |
|---|
entityManager |
| Constructor Summary | |
|---|---|
CommentJpaRepository()
|
|
| Method Summary | |
|---|---|
Comment |
findById(java.lang.Long id)
|
java.util.List<Comment> |
findByTicket(Ticket ticket,
int offset,
int limit)
|
void |
store(Comment comment)
|
| 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 CommentJpaRepository()
| Method Detail |
|---|
@Transactional(readOnly=true)
public Comment findById(java.lang.Long id)
throws RepositoryException
findById in interface SimpleRepository<Comment,java.lang.Long>RepositoryException
@Transactional(readOnly=true)
public java.util.List<Comment> findByTicket(Ticket ticket,
int offset,
int limit)
throws RepositoryException
findByTicket in interface CommentRepositoryRepositoryException
@Transactional
public void store(Comment comment)
throws RepositoryException
store in interface SimpleRepository<Comment,java.lang.Long>RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||