Home
last modified time | relevance | path

Searched refs:getTransactionInterceptor (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/persist/src/com/google/inject/persist/
DPersistModule.java42 bindInterceptor(annotatedWith(Transactional.class), any(), getTransactionInterceptor()); in configure()
44 bindInterceptor(any(), annotatedWith(Transactional.class), getTransactionInterceptor()); in configure()
50 protected abstract MethodInterceptor getTransactionInterceptor(); in getTransactionInterceptor() method in PersistModule
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaPersistModule.java79 protected MethodInterceptor getTransactionInterceptor() { in getTransactionInterceptor() method in JpaPersistModule