net.sourceforge.mystique.domain.repository
Interface ConfirmationRepository
- All Superinterfaces:
- SimpleRepository<Confirmation,java.lang.Long>
- All Known Implementing Classes:
- ConfirmationJpaRepository
public interface ConfirmationRepository
- extends SimpleRepository<Confirmation,java.lang.Long>
- Author:
- Elias Gomes [eliasgomes@users.sourceforge.net]
findByTicket
java.util.List<Confirmation> findByTicket(Ticket ticket,
int offset,
int limit)
throws RepositoryException
- Throws:
RepositoryException
findByTicketAndResponsible
Confirmation findByTicketAndResponsible(Ticket ticket,
User responsible)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2010. All Rights Reserved.