net.sourceforge.mystique.domain.repository
Interface Repository<T,ID>
- All Superinterfaces:
- SimpleRepository<T,ID>
- All Known Subinterfaces:
- ProjectRepository, TicketRepository, UserRepository
- All Known Implementing Classes:
- ProjectJpaRepository, TicketJpaRepository, UserJpaRepository
public interface Repository<T,ID>
- extends SimpleRepository<T,ID>
- Author:
- Elias Gomes [eliasgomes@users.sourceforge.net]
|
Method Summary |
java.util.List<T> |
findAll(int offset,
int limit)
|
SMALL_RESULT
static final short SMALL_RESULT
- See Also:
- Constant Field Values
MEDIUM_RESULT
static final short MEDIUM_RESULT
- See Also:
- Constant Field Values
LARGE_RESULT
static final short LARGE_RESULT
- See Also:
- Constant Field Values
findAll
java.util.List<T> findAll(int offset,
int limit)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2010. All Rights Reserved.