Package org.silverpeas.core.persistence.datasource.repository
-
Interface Summary Interface Description EntityRepository<T extends IdentifiableEntity> A repository storing the entities managed or handled by Silverpeas.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.WithSaveAndFlush<T extends IdentifiableEntity> This interface is dedicated to repositories that want to support a way to both save the entity into the persistence context and then to flush it to the underlying data source. -
Class Summary Class Description PaginationCriterion A pagination criterion.QueryCriteria.Clause A clause representing the criteria the entities have to match.SimpleQueryCriteria A simple implementation of theQueryCriteria
interface.