Uses of Interface
org.silverpeas.components.community.repository.CommunityMembershipRepository
-
Packages that use CommunityMembershipRepository Package Description org.silverpeas.components.community.repository Persistence repository for the community of users and for the members of the communities. -
-
Uses of CommunityMembershipRepository in org.silverpeas.components.community.repository
Classes in org.silverpeas.components.community.repository that implement CommunityMembershipRepository Modifier and Type Class Description class
CommunityMembershipJpaRepository
Implementation of the repository of members of communities of users by extending theSilverpeasJpaEntityRepository
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.Methods in org.silverpeas.components.community.repository that return CommunityMembershipRepository Modifier and Type Method Description static CommunityMembershipRepository
CommunityMembershipRepository. get()
Gets the single instance of this repository.
-