|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIdentifiable | |
|---|---|
| com.googlecode.jbp.common.repository | Contains interfaces which are useful to implement data repository functionality. |
| Uses of IIdentifiable in com.googlecode.jbp.common.repository |
|---|
| Classes in com.googlecode.jbp.common.repository with type parameters of type IIdentifiable | |
|---|---|
interface |
IRepository<ID extends Serializable,DomainModel extends IIdentifiable<ID>>
Interface with common data access methods. |
class |
ResultHolder<ID extends Serializable,T extends IIdentifiable<ID>>
Class used to return the actual result list and the total number of results of a repository search. |
| Methods in com.googlecode.jbp.common.repository with type parameters of type IIdentifiable | ||
|---|---|---|
|
IGenericRepository.create(DomainModel entity)
|
|
|
IGenericRepository.delete(Collection<DomainModel> entities)
|
|
|
IGenericRepository.delete(DomainModel entity)
|
|
|
IGenericRepository.delete(ID id,
Class<DomainModel> persistentClassParam)
|
|
|
IGenericRepository.deleteAll(Class<DomainModel> persistentClassParam)
|
|
|
IGenericRepository.exists(DomainModel entity)
|
|
|
IGenericRepository.exists(ID id,
Class<DomainModel> persistentClassParam)
|
|
|
IGenericRepository.retrieveAll(Class<DomainModel> persistentClassParam)
|
|
|
IGenericRepository.retrieveAll(Class<DomainModel> persistentClassParam,
Page pageParam)
|
|
|
IGenericRepository.retrieveById(Class<DomainModel> persistentClassParam,
ID id)
|
|
|
IGenericRepository.update(Collection<DomainModel> entities)
|
|
|
IGenericRepository.update(DomainModel entity)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||