public interface PersistService
TODO(dhanji): Integrate with Service API when appropriate.
Modifier and Type | Method and Description |
---|---|
void |
start()
Starts the underlying persistence engine and makes guice-persist ready for use.
|
void |
stop()
Stops the underlying persistence engine.
|
void start()
void stop()
EntityManagerFactory
. If already stopped, calling this method does nothing. If not yet
started, it also does nothing.