Package org.silverpeas.components.community.repository
package org.silverpeas.components.community.repository
Persistence repository for the community of users and for the members of the communities.
- Author:
- mmoquillon
-
ClassDescriptionImplementation of the repository of members of communities of users by extending the
SilverpeasJpaEntityRepositorybase repository that provides all the basic and necessary methods to save, to update, to delete and to get the business entities by using the JPA engine.A repository to persist the memberships to a community of users.The table of memberships of a given community of users.Implementation of the repository of Community of users by extending theBasicJpaEntityRepositorybase repository that provides all the basic and necessary methods to save, to update, to delete and to get the business entities by using the JPA engine.This repository manages the persistence of communities of users.