Class PersistModule

  • All Implemented Interfaces:
    Module
    Direct Known Subclasses:
    JpaPersistModule

    public abstract class PersistModule
    extends AbstractModule
    Install this module to add guice-persist library support for JPA persistence providers.
    • Constructor Detail

      • PersistModule

        public PersistModule()
    • Method Detail

      • configurePersistence

        protected abstract void configurePersistence()
      • getTransactionInterceptor

        protected abstract MethodInterceptor getTransactionInterceptor()