Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.version |
The versioning framework in jackrabbit consists of 3 layers.
|
Modifier and Type | Field and Description |
---|---|
protected InternalVersionManager |
SessionImpl.versionMgr
The version manager for this session
|
Modifier and Type | Method and Description |
---|---|
protected InternalVersionManager |
SessionImpl.createVersionManager()
Create the version manager.
|
protected InternalVersionManager |
XASessionImpl.createVersionManager()
Create the version manager.
|
InternalVersionManager |
SessionImpl.getInternalVersionManager()
Returns the
InternalVersionManager associated with this session. |
Modifier and Type | Class and Description |
---|---|
class |
InternalVersionManagerImpl
This Class implements a VersionManager.
|
class |
InternalXAVersionManager
Implementation of a
InternalVersionManager that works in an XA environment. |
Modifier and Type | Field and Description |
---|---|
protected InternalVersionManager |
VersionManagerImplBase.vMgr
the session version manager.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.