Class MCRAccessStore

java.lang.Object
org.mycore.access.mcrimpl.MCRAccessStore
Direct Known Subclasses:
MCRJPAAccessStore

public abstract class MCRAccessStore extends Object
The purpose of this interface is to make the choice of the persistence layer configurable. Any concrete database-class which stores MyCoRe Access control must implement this interface. Which database actually will be used can then be configured by reading the value MCR.Persistence.Access.Store.Class from mycore.properties.access
Version:
$Revision$ $Date$
Author:
Arne Seifert
  • Field Details

  • Constructor Details

    • MCRAccessStore

      public MCRAccessStore()
  • Method Details