Class SilverpeasJpaEntityRepository<E extends SilverpeasJpaEntity<E,​?>>

    • Constructor Detail

      • SilverpeasJpaEntityRepository

        public SilverpeasJpaEntityRepository()
    • Method Detail

      • deleteByComponentInstanceId

        public long deleteByComponentInstanceId​(String componentInstanceId)
        Deletes all entities belonging to the specified component instance.
        Parameters:
        componentInstanceId - the unique instance identifier.
        Returns:
        the number of deleted entities.