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]

Field Summary
static short LARGE_RESULT
           
static short MEDIUM_RESULT
           
static short SMALL_RESULT
           
 
Method Summary
 java.util.List<T> findAll(int offset, int limit)
           
 
Methods inherited from interface net.sourceforge.mystique.domain.repository.SimpleRepository
findById, remove, store
 

Field Detail

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
Method Detail

findAll

java.util.List<T> findAll(int offset,
                          int limit)
                          throws RepositoryException
Throws:
RepositoryException


Copyright © 2010. All Rights Reserved.