Class SpringPersistentObjectSchemaUpdate<T>

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

public abstract class SpringPersistentObjectSchemaUpdate<T> extends AbstractSpringSchemaUpdate<PersistentFileTransaction> implements DatabaseAction<PersistentFileTransaction>
Support superclass for Spring-enabled SchemaUpdates for use with a PersistentObjectSchemaUpdater. Instances include a single DatabaseAction (namely, themselves).
  • Constructor Details

    • SpringPersistentObjectSchemaUpdate

      public SpringPersistentObjectSchemaUpdate()
  • Method Details