Uses of Class
org.apache.jackrabbit.commons.AbstractSession
-
Packages that use AbstractSession Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.jcr2spi -
-
Uses of AbstractSession in org.apache.jackrabbit.core
Subclasses of AbstractSession in org.apache.jackrabbit.core Modifier and Type Class Description class
SessionImpl
ASessionImpl
...class
XASessionImpl
Session extension that provides XA support. -
Uses of AbstractSession in org.apache.jackrabbit.jcr2spi
Subclasses of AbstractSession in org.apache.jackrabbit.jcr2spi Modifier and Type Class Description class
SessionImpl
SessionImpl
...class
XASessionImpl
XASessionImpl
extends the regular session implementation with access to theXAResource
.
-