Class DefaultEntityPersister<E>

  • Type Parameters:
    E - The entity class this persister handles
    All Implemented Interfaces:
    EntityPersister<E>

    public class DefaultEntityPersister<E>
    extends java.lang.Object
    implements EntityPersister<E>
    Default implementation of the EntityPersister interface. This implementation plugs in DefaultPersistenceWorkers and is convenient to implement. On limitations see DefaultWorkflowPersistencePlugin .