com.google.inject.persist

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.
    Author:
    dhanji@gmail.com (Dhanji R. Prasanna)
    • Constructor Detail

      • PersistModule

        public PersistModule()
    • Method Detail

      • configurePersistence

        protected abstract void configurePersistence()
      • getTransactionInterceptor

        protected abstract org.aopalliance.intercept.MethodInterceptor getTransactionInterceptor()

Copyright © 2006-2016 Google, Inc.. All Rights Reserved.