Class SeriesServiceDatabaseImpl

java.lang.Object
org.opencastproject.series.impl.persistence.SeriesServiceDatabaseImpl
All Implemented Interfaces:
SeriesServiceDatabase

public class SeriesServiceDatabaseImpl extends Object implements SeriesServiceDatabase
Implements SeriesServiceDatabase. Defines permanent storage for series.
  • Field Details

    • PERSISTENCE_UNIT

      public static final String PERSISTENCE_UNIT
      JPA persistence unit name
      See Also:
    • emf

      protected javax.persistence.EntityManagerFactory emf
      Factory used to create EntityManagers for transactions
    • dbSessionFactory

      protected org.opencastproject.db.DBSessionFactory dbSessionFactory
    • db

      protected org.opencastproject.db.DBSession db
    • dcService

      protected org.opencastproject.metadata.dublincore.DublinCoreCatalogService dcService
      Dublin core service for serializing and deserializing Dublin cores
    • securityService

      protected org.opencastproject.security.api.SecurityService securityService
      The security service
  • Constructor Details

    • SeriesServiceDatabaseImpl

      public SeriesServiceDatabaseImpl()
  • Method Details