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