Searched refs:getTransactionInterceptor (Results 1 – 2 of 2) sorted by relevance
44 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
82 @Override protected MethodInterceptor getTransactionInterceptor() { in getTransactionInterceptor() method in JpaPersistModule