Uses of Class
org.apache.jackrabbit.core.persistence.PMContext
-
Packages that use PMContext Package Description org.apache.jackrabbit.core.persistence org.apache.jackrabbit.core.persistence.bundle org.apache.jackrabbit.core.persistence.db This package contains the class
, a simple generic JDBC-basedSimpleDbPersistenceManager
PersistenceManager
for Jackrabbit.org.apache.jackrabbit.core.persistence.mem org.apache.jackrabbit.core.persistence.obj org.apache.jackrabbit.core.persistence.pool org.apache.jackrabbit.core.persistence.xml -
-
Uses of PMContext in org.apache.jackrabbit.core.persistence
Methods in org.apache.jackrabbit.core.persistence with parameters of type PMContext Modifier and Type Method Description void
PersistenceManager. init(PMContext context)
Initializes the persistence manager. -
Uses of PMContext in org.apache.jackrabbit.core.persistence.bundle
Fields in org.apache.jackrabbit.core.persistence.bundle declared as PMContext Modifier and Type Field Description protected PMContext
AbstractBundlePersistenceManager. context
the persistence manager contextMethods in org.apache.jackrabbit.core.persistence.bundle with parameters of type PMContext Modifier and Type Method Description void
AbstractBundlePersistenceManager. init(PMContext context)
Initializes the persistence manager.void
BundleFsPersistenceManager. init(PMContext context)
Initializes the persistence manager. -
Uses of PMContext in org.apache.jackrabbit.core.persistence.db
Methods in org.apache.jackrabbit.core.persistence.db with parameters of type PMContext Modifier and Type Method Description void
DatabasePersistenceManager. init(PMContext context)
Deprecated.Initializes the persistence manager.void
OraclePersistenceManager. init(PMContext context)
Deprecated.Initializes the persistence manager. -
Uses of PMContext in org.apache.jackrabbit.core.persistence.mem
Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type PMContext Modifier and Type Method Description void
InMemBundlePersistenceManager. init(PMContext context)
Initializes the persistence manager.void
InMemPersistenceManager. init(PMContext context)
Deprecated.Initializes the persistence manager. -
Uses of PMContext in org.apache.jackrabbit.core.persistence.obj
Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type PMContext Modifier and Type Method Description void
ObjectPersistenceManager. init(PMContext context)
Deprecated.Initializes the persistence manager. -
Uses of PMContext in org.apache.jackrabbit.core.persistence.pool
Methods in org.apache.jackrabbit.core.persistence.pool with parameters of type PMContext Modifier and Type Method Description protected BundleDbPersistenceManager.CloseableBLOBStore
BundleDbPersistenceManager. createDBBlobStore(PMContext context)
Creates a blob store that uses the database.protected BundleDbPersistenceManager.CloseableBLOBStore
BundleDbPersistenceManager. createLocalFSBlobStore(PMContext context)
Creates a blob store that is based on a local fs.void
BundleDbPersistenceManager. init(PMContext context)
Initializes the persistence manager.void
DerbyPersistenceManager. init(PMContext context)
Initializes the persistence manager.void
H2PersistenceManager. init(PMContext context)
Initializes the persistence manager.void
MySqlPersistenceManager. init(PMContext context)
Initializes the persistence manager.void
OraclePersistenceManager. init(PMContext context)
void
PostgreSQLPersistenceManager. init(PMContext context)
Initializes the persistence manager. -
Uses of PMContext in org.apache.jackrabbit.core.persistence.xml
Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type PMContext Modifier and Type Method Description void
XMLPersistenceManager. init(PMContext context)
Deprecated.Initializes the persistence manager.
-