Class JNDIDatabasePersistenceManager

  • All Implemented Interfaces:
    PersistenceManager

    @Deprecated
    public class JNDIDatabasePersistenceManager
    extends DatabasePersistenceManager
    Deprecated.
    Please migrate to a bundle persistence manager (JCR-2802)
    Database persistence manager that uses JNDI to acquire the database connection. The JNDI location of the DataSource to be used in given as the dataSourceLocation configuration property. See the SimpleDbPersistenceManager for more configuration details.

    WARNING: The acquired database connection is kept for the entire lifetime of the persistence manager instance. The configured data source should be prepared for this.

    • Constructor Detail

      • JNDIDatabasePersistenceManager

        public JNDIDatabasePersistenceManager()
        Deprecated.