Commit ed02f2d9 authored by KomachiSion's avatar KomachiSion
Browse files

Move ShardingTransactionType from io to org.apache

parent 424b4b43
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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