public interface PersistenceService
UnitOfWork, EntityManagerProvider, or any method annotated with
@Transactional the persistence service must be started.void start()
PersistenceFilter will call this
method upon initialization of the web application.IllegalStateException - if the service is already running.boolean isRunning()
true if the underlying persistence engine is running.
false otherwise.void stop()
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.