Class SpringXSLPersistentObjectSchemaUpdate<T>

Type Parameters:
T - type of the persistent object
All Implemented Interfaces:
DatabaseAction<PersistentFileTransaction>, SchemaUpdate<PersistentFileTransaction>, Aware, BeanFactoryAware, BeanNameAware, InitializingBean

public class SpringXSLPersistentObjectSchemaUpdate<T> extends SpringPersistentObjectSchemaUpdate<T>
SpringPersistentObjectSchemaUpdate that applies a configured XSL transform to the XML form of the persistent object.

The transform property is required.

See SpringPersistentObjectSchemaUpdater for a Spring XML configuration example.