If you are using JPA repositories just add @Transactional(Transactional.TxType.REQUIRES_NEW) to "SELECT" methods from JpaRepository interface
@Transactional(Transactional.TxType.REQUIRES_NEW)