Uses of Class
org.apache.shardingsphere.infra.route.context.RouteMapper
Packages that use RouteMapper
-
Uses of RouteMapper in org.apache.shardingsphere.infra.route.context
Methods in org.apache.shardingsphere.infra.route.context that return types with arguments of type RouteMapperModifier and TypeMethodDescriptionRouteContext.findTableMapper(String logicDataSourceName, String actualTableName) Find table mapper.RouteUnit.findTableMapper(String logicDataSourceName, String actualTableName) Find table mapper.Methods in org.apache.shardingsphere.infra.route.context with parameters of type RouteMapperModifier and TypeMethodDescriptionvoidRouteContext.putRouteUnit(RouteMapper dataSourceMapper, Collection<RouteMapper> tableMappers) Put route unit.Method parameters in org.apache.shardingsphere.infra.route.context with type arguments of type RouteMapperModifier and TypeMethodDescriptionvoidRouteContext.putRouteUnit(RouteMapper dataSourceMapper, Collection<RouteMapper> tableMappers) Put route unit.