Class CommunityMembershipJpaRepository

  • All Implemented Interfaces:
    CommunityMembershipRepository, org.silverpeas.core.persistence.datasource.repository.EntityRepository<CommunityMembership>

    @Repository
    public class CommunityMembershipJpaRepository
    extends org.silverpeas.core.persistence.datasource.repository.jpa.SilverpeasJpaEntityRepository<CommunityMembership>
    implements CommunityMembershipRepository
    Implementation of the repository of members of communities of users by extending the SilverpeasJpaEntityRepository base 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.
    Author:
    mmoquillon