|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistService
Persistence provider service. Use this to manage the overall startup and stop of the persistence module(s). TODO(dhanji): Integrate with Service API when appropriate.
Method Summary | |
---|---|
void |
start()
Starts the underlying persistence engine and makes guice-persist ready for use. |
void |
stop()
Stops the underlying persistence engine. |
Method Detail |
---|
void start()
void stop()
EntityManagerFactory
. If already stopped, calling this
method does nothing. If not yet started, it also does nothing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |