net.sourceforge.mystique.domain.repository
Interface AttachmentRepository

All Superinterfaces:
SimpleRepository<Attachment,java.lang.Long>
All Known Implementing Classes:
AttachmentJpaRepository

public interface AttachmentRepository
extends SimpleRepository<Attachment,java.lang.Long>

Author:
Elias Gomes [eliasgomes@users.sourceforge.net]

Method Summary
 java.util.List<Attachment> findByTicket(Ticket ticket, int offset, int limit)
           
 
Methods inherited from interface net.sourceforge.mystique.domain.repository.SimpleRepository
findById, remove, store
 

Method Detail

findByTicket

java.util.List<Attachment> findByTicket(Ticket ticket,
                                        int offset,
                                        int limit)
                                        throws RepositoryException
Throws:
RepositoryException


Copyright © 2010. All Rights Reserved.