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