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.java44 bindInterceptor(annotatedWith(Transactional.class), any(), getTransactionInterceptor()); in configure()
46 bindInterceptor(any(), annotatedWith(Transactional.class), getTransactionInterceptor()); in configure()
52 protected abstract MethodInterceptor getTransactionInterceptor(); in getTransactionInterceptor() method in PersistModule
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaPersistModule.java82 @Override protected MethodInterceptor getTransactionInterceptor() { in getTransactionInterceptor() method in JpaPersistModule