Package org.silverpeas.persistence.repository

Interface Summary
EntityRepository<ENTITY extends Entity<ENTITY,ENTITY_IDENTIFIER_TYPE>,ENTITY_IDENTIFIER_TYPE> This interface must be implemented by all repositories handling Silverpeas entities that have to be persisted.
Parameters A collection of parameters used to filter a query or used in a criterion.
QueryCriteria Criteria is a simplified representation of conditions the entities targeted by a query have to satisfy and that constrains the query of such entities.
 

Class Summary
OperationContext This class permits to give details about operation actions (save action for now), especially the user who is the author of the operation.
PaginationCriterion A pagination criterion.
QueryCriteria.Clause A clause representing the criteria the entities have to match.
SimpleQueryCriteria A simple implementation of the QueryCriteria interface.
 



Copyright © 2016 Silverpeas. All Rights Reserved.