Uses of Class
org.apache.shardingsphere.readwritesplitting.api.transaction.TransactionalReadQueryStrategy
-
Packages that use TransactionalReadQueryStrategy Package Description org.apache.shardingsphere.readwritesplitting.api.transaction -
-
Uses of TransactionalReadQueryStrategy in org.apache.shardingsphere.readwritesplitting.api.transaction
Methods in org.apache.shardingsphere.readwritesplitting.api.transaction that return TransactionalReadQueryStrategy Modifier and Type Method Description static TransactionalReadQueryStrategyTransactionalReadQueryStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionalReadQueryStrategy[]TransactionalReadQueryStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-