HomeSort by relevance Sort by last modified time
    Searched refs:getTransactionInterceptor (Results 1 - 2 of 2) sorted by null

  /external/guice/extensions/persist/src/com/google/inject/persist/
PersistModule.java 44 bindInterceptor(annotatedWith(Transactional.class), any(), getTransactionInterceptor());
46 bindInterceptor(any(), annotatedWith(Transactional.class), getTransactionInterceptor());
52 protected abstract MethodInterceptor getTransactionInterceptor();
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaPersistModule.java 82 @Override protected MethodInterceptor getTransactionInterceptor() {

Completed in 75 milliseconds