Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/boot/XATransactionalService.java +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package org.apache.shardingsphere.example.transaction.xa.spring.boot; import org.apache.shardingsphere.example.common.jpa.service.JPACommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/namespace/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.xa.spring.namespace; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading sharding-jdbc-example/transaction-example/transaction-base-saga-example/transaction-saga-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/saga/spring/boot/SagaTransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.saga.spring.boot; import org.apache.shardingsphere.example.common.jpa.service.JPACommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading sharding-jdbc-example/transaction-example/transaction-base-saga-example/transaction-saga-spring-namespace-example/src/main/java/org/apache/shardingsphere/example/transaction/saga/spring/namespace/SagaTransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.saga.spring.namespace; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading sharding-proxy-example/sharding-proxy-boot-mybatis-example/src/main/java/org/apache/shardingsphere/example/proxy/spring/boot/mybatis/service/SagaTransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ package org.apache.shardingsphere.example.proxy.spring.boot.mybatis.service; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import org.apache.shardingsphere.example.common.service.CommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/boot/XATransactionalService.java +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package org.apache.shardingsphere.example.transaction.xa.spring.boot; import org.apache.shardingsphere.example.common.jpa.service.JPACommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/src/main/java/org/apache/shardingsphere/example/transaction/xa/spring/namespace/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.xa.spring.namespace; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading
sharding-jdbc-example/transaction-example/transaction-base-saga-example/transaction-saga-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/saga/spring/boot/SagaTransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.saga.spring.boot; import org.apache.shardingsphere.example.common.jpa.service.JPACommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading
sharding-jdbc-example/transaction-example/transaction-base-saga-example/transaction-saga-spring-namespace-example/src/main/java/org/apache/shardingsphere/example/transaction/saga/spring/namespace/SagaTransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package org.apache.shardingsphere.example.transaction.saga.spring.namespace; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading
sharding-proxy-example/sharding-proxy-boot-mybatis-example/src/main/java/org/apache/shardingsphere/example/proxy/spring/boot/mybatis/service/SagaTransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ package org.apache.shardingsphere.example.proxy.spring.boot.mybatis.service; import org.apache.shardingsphere.example.common.mybatis.service.SpringPojoService; import org.apache.shardingsphere.example.common.service.CommonService; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading