Package net.sf.xaj.core

Class Summary
AbstractDiscoverableXmlDb Base implemenation of XmlDb that supports batch transactions.
BasicBatchTransactionHolder Simple helper class for batch transaction processing.
BasicCacheEventListenerFactory Basic implementation of CacheEventListenerFactory that allows creating CacheEventListener instances.
BasicSearchResultsMetadata Basic implementation of SearchResultsMetadata.
BasicXmlResource A basic implementation of XmlResource.
BasicXQuerySearchCriteria Basic immplementation of XQuerySearchCriteria.
Dom4jXmlResource A Dom4j based XmlResource implementation.
DOMXmlResource A DOM Document based XmlResource implementation.
EhcacheManagerBean Management bean for Ehcache, designed as a JMX bean.
ReplicatingPlatformTransactionManager Basic PlatformTransactionManager for replicated transactions.
ReplicatingXmlDb An XmlDb that replicates write operations to a set of XmlDb delegates and then executes reads against any of the XmlDb instances in round-robin fashion.
SerializableTempFile Deprecated. see SerializableTempResource
SerializableTempResource A temporary file-based resource that can be serialized, preserving the file's contents.
StaxXQuerySearchResults Implementation of XmlDb.XQuerySearchResults using StAX parsing to conserve memory on large result sets.
StaxXQuerySearchResultsCacheListener Ehcache event listener to handle cleaning up cached temp files when cached StaxXQuerySearchResults are removed from the cache.
StoreBatchHandler Simple XmlDbBatchHandler that stores each document.
StringMerger Utility class for performing a simple string-merge of variables into a template.
XmlDbManagerBean A simple implementation of XmlDbManager for use within an IOC container, such as Spring.
XmlDbManagerBeanServiceLocator A Spring service locator bean that will look for DiscoverableXmlDb instances in the application context and add them to the configured XmlDbManagerBean.
XQueryCacheInterceptor An AOP interceptor to supporting caching of XmlDb.XQuerySearchResults objects resulting from XmlDb.XQuerySearchCriteria based searches.