Package org.springframework.extensions.jcr

Interface Summary
JcrCallback Callback interface for Jcr code.
JcrModel1Operations Interface used for delimiting Jcr operations based on what the underlying repository supports (in this case model 1 operations).
JcrModel2Operations Interface used for delimiting Jcr operations based on what the underlying repository supports (in this case model 2 operations).
JcrOperations Interface that specifies a basic set of JCR operations.
JcrOptionalOperations Interface used for delimiting Jcr operations based on what the underlying repository supports (in this case optional operations)..
SessionFactory Session Factory interface.
SessionHolderProvider SessionHolderProvider is a factory that creates a session holder for classes which require collaboration with TransactionSynchronizationManager.
SessionHolderProviderManager This manager returns the approapriate sessionHolderProvider for the given repository.
 

Class Summary
EventListenerDefinition Transport class used for registering event types inside a workspace.
JcrAccessor Base class for JcrTemplate and JcrInterceptor, defining common properties like JcrSessionFactory.
JcrConstants This class contains the some of the item names predefined by the JCR spec 1.0 (like 'jcr', 'nt', 'mix').
JcrInterceptor This interceptor binds a new Jcr Session to the thread before a method call, closing and removing it afterwards in case of any method outcome.
JcrSessionFactory Jcr Session Factory.
JcrTemplate Helper class that simplifies JCR data access code.
JcrUtils Utility class for Java Content Repository.
JcrUtils.ISO9075 Class used for escaping XML names which contain restricted character as defined in the JCR spec version 1.0 Section 6.2.5.2.
RepositoryFactoryBean Base class with common functionality for creating JCR repositories.
SessionFactoryUtils FactoryBean for instantiating a Java Content Repository.
SessionHolder Holder object for Jcr Session.
TransactionAwareRepository This FactoryBean exposes a proxy for a target JCR Repository, returning the current thread-bound Repository (the Spring-managed transactional Repository or the single OpenPersistenceManagerInView Repository) on login(), if any.
 

Exception Summary
JcrSystemException Runtime (unchecked) exception used for wrapping the JSR-170 specific checked exceptions.
 



Copyright © 2009. All Rights Reserved.