Uses of Interface
org.silverpeas.core.persistence.datasource.repository.EntityRepository
-
-
Uses of EntityRepository in org.silverpeas.core.admin.domain.driver
Subinterfaces of EntityRepository in org.silverpeas.core.admin.domain.driver Modifier and Type Interface Description interface
SPGroupRepository
interface
SPUserRepository
Classes in org.silverpeas.core.admin.domain.driver that implement EntityRepository Modifier and Type Class Description class
SPGroupJpaRepository
class
SPUserJpaRepository
-
Uses of EntityRepository in org.silverpeas.core.admin.quota.repository
Subinterfaces of EntityRepository in org.silverpeas.core.admin.quota.repository Modifier and Type Interface Description interface
QuotaRepository
Classes in org.silverpeas.core.admin.quota.repository that implement EntityRepository Modifier and Type Class Description class
QuotaJPARepository
-
Uses of EntityRepository in org.silverpeas.core.calendar.repository
Subinterfaces of EntityRepository in org.silverpeas.core.calendar.repository Modifier and Type Interface Description interface
CalendarEventOccurrenceRepository
A repository to persist occurrences of recurrent calendar events when they have changed from the event or from their planning in the timeline of a calendar.interface
CalendarEventRepository
A persistence repository of calendar events.interface
CalendarRepository
A persistence repository of calendars.Classes in org.silverpeas.core.calendar.repository that implement EntityRepository Modifier and Type Class Description class
DefaultCalendarEventOccurrenceRepository
class
DefaultCalendarEventRepository
class
DefaultCalendarRepository
-
Uses of EntityRepository in org.silverpeas.core.contribution.attachment.permalinks.repository
Subinterfaces of EntityRepository in org.silverpeas.core.contribution.attachment.permalinks.repository Modifier and Type Interface Description interface
DocumentPermalinkRepository
interface
VersionPermalinkRepository
Classes in org.silverpeas.core.contribution.attachment.permalinks.repository that implement EntityRepository Modifier and Type Class Description class
DocumentPermalinkJpaRepository
class
VersionPermalinkJpaRepository
-
Uses of EntityRepository in org.silverpeas.core.contribution.rating.service
Classes in org.silverpeas.core.contribution.rating.service that implement EntityRepository Modifier and Type Class Description class
RatingRepository
JPA repository of ratings. -
Uses of EntityRepository in org.silverpeas.core.contribution.tracking
Classes in org.silverpeas.core.contribution.tracking that implement EntityRepository Modifier and Type Class Description class
ContributionTrackingRepository
A repository of all the events of tracking for modifications on the tracked contributions. -
Uses of EntityRepository in org.silverpeas.core.datereminder.persistence.repository
Classes in org.silverpeas.core.datereminder.persistence.repository that implement EntityRepository Modifier and Type Class Description class
PersistentResourceDateReminderRepository
-
Uses of EntityRepository in org.silverpeas.core.notification.user.delayed.repository
Subinterfaces of EntityRepository in org.silverpeas.core.notification.user.delayed.repository Modifier and Type Interface Description interface
DelayedNotificationDataRepository
Classes in org.silverpeas.core.notification.user.delayed.repository that implement EntityRepository Modifier and Type Class Description class
DelayedNotificationDataJpaRepository
class
DelayedNotificationUserSettingJpaRepository
-
Uses of EntityRepository in org.silverpeas.core.notification.user.repository
Subinterfaces of EntityRepository in org.silverpeas.core.notification.user.repository Modifier and Type Interface Description interface
NotificationResourceDataRepository
Classes in org.silverpeas.core.notification.user.repository that implement EntityRepository Modifier and Type Class Description class
NotificationResourceDataJpaRepository
-
Uses of EntityRepository in org.silverpeas.core.notification.user.server.channel.popup
Classes in org.silverpeas.core.notification.user.server.channel.popup that implement EntityRepository Modifier and Type Class Description class
POPUPMessageBeanRepository
JPA repository ofPOPUPMessageBean
instances. -
Uses of EntityRepository in org.silverpeas.core.notification.user.server.channel.server
Classes in org.silverpeas.core.notification.user.server.channel.server that implement EntityRepository Modifier and Type Class Description class
ServerMessageBeanRepository
JPA repository ofServerMessageBean
instances. -
Uses of EntityRepository in org.silverpeas.core.notification.user.server.channel.silvermail
Classes in org.silverpeas.core.notification.user.server.channel.silvermail that implement EntityRepository Modifier and Type Class Description class
SILVERMAILMessageBeanRepository
JPA repository ofSILVERMAILMessageBean
instances. -
Uses of EntityRepository in org.silverpeas.core.pdc.pdc.service
Classes in org.silverpeas.core.pdc.pdc.service that implement EntityRepository Modifier and Type Class Description class
PdcAxisValueRepository
DAO that handles the persistence of PdcAxisValue beans.class
PdcClassificationRepository
DAO that handles the persistence of PdcClassification beans. -
Uses of EntityRepository in org.silverpeas.core.persistence.datasource.repository.jpa
Classes in org.silverpeas.core.persistence.datasource.repository.jpa that implement EntityRepository Modifier and Type Class Description class
AbstractJpaEntityRepository<T extends AbstractJpaEntity<T,?>>
Abstract implementation of theEntityRepository
interface that uses the JPA API.class
BasicJpaEntityRepository<E extends BasicJpaEntity<E,?>>
It represents the repositories taken in charge the persistence of the business entities in Silverpeas in a basic way, that is to say without any of the added features from the new Silverpeas persistence mechanism (creation and update date, ...).class
SilverpeasJpaEntityRepository<E extends SilverpeasJpaEntity<E,?>>
A repository of SilverpeasEntity
objects using JPA as persistence backend. -
Uses of EntityRepository in org.silverpeas.core.personalization.dao
Subinterfaces of EntityRepository in org.silverpeas.core.personalization.dao Modifier and Type Interface Description interface
PersonalizationRepository
Classes in org.silverpeas.core.personalization.dao that implement EntityRepository Modifier and Type Class Description class
PersonalizationJPARepository
-
Uses of EntityRepository in org.silverpeas.core.reminder
Subinterfaces of EntityRepository in org.silverpeas.core.reminder Modifier and Type Interface Description interface
ReminderRepository
Repository of reminders.Classes in org.silverpeas.core.reminder that implement EntityRepository Modifier and Type Class Description class
DefaultReminderRepository
Default implementation of the JPA repository that stores the reminders for Silverpeas -
Uses of EntityRepository in org.silverpeas.core.security.token.persistent.repository
Subinterfaces of EntityRepository in org.silverpeas.core.security.token.persistent.repository Modifier and Type Interface Description interface
PersistentResourceTokenRepository
Classes in org.silverpeas.core.security.token.persistent.repository that implement EntityRepository Modifier and Type Class Description class
PersistentResourceTokenJPARepository
-
Uses of EntityRepository in org.silverpeas.core.sharing.repository
Subinterfaces of EntityRepository in org.silverpeas.core.sharing.repository Modifier and Type Interface Description interface
DownloadDetailRepository
interface
TicketRepository
Classes in org.silverpeas.core.sharing.repository that implement EntityRepository Modifier and Type Class Description class
DownloadDetailJpaRepository
class
TicketJpaRepository
-
Uses of EntityRepository in org.silverpeas.core.socialnetwork.dao
Subinterfaces of EntityRepository in org.silverpeas.core.socialnetwork.dao Modifier and Type Interface Description interface
ExternalAccountRepository
Classes in org.silverpeas.core.socialnetwork.dao that implement EntityRepository Modifier and Type Class Description class
ExternalAccountJpaRepository
-
Uses of EntityRepository in org.silverpeas.core.variables
Subinterfaces of EntityRepository in org.silverpeas.core.variables Modifier and Type Interface Description interface
VariableScheduledValueRepository
The repository into which the scheduled values of the variables are persisted.interface
VariablesRepository
The repository in which are persisted the variables.Classes in org.silverpeas.core.variables that implement EntityRepository Modifier and Type Class Description class
DefaultVariableScheduledValueRepository
class
DefaultVariablesRepository
-
Uses of EntityRepository in org.silverpeas.core.workflow.engine.error
Classes in org.silverpeas.core.workflow.engine.error that implement EntityRepository Modifier and Type Class Description class
ErrorRepository
Created by Nicolas on 07/06/2017. -
Uses of EntityRepository in org.silverpeas.core.workflow.engine.instance
Classes in org.silverpeas.core.workflow.engine.instance that implement EntityRepository Modifier and Type Class Description class
HistoryStepRepository
Created by Nicolas on 08/06/2017.class
ProcessInstanceRepository
Created by Nicolas on 05/06/2017. -
Uses of EntityRepository in org.silverpeas.core.workflow.engine.user
Classes in org.silverpeas.core.workflow.engine.user that implement EntityRepository Modifier and Type Class Description class
ReplacementRepository
Implementation of the business replacement repository by using JPA.class
UserSettingsRepository
Created by Nicolas on 30/05/2017.
-