package resolver import ( "strings" "github.com/zzet/gortex/internal/graph" ) // myBatisStubPrefix is the placeholder namespace the MyBatis mapper-XML // extractor emits for the call edge that runs from a SQL statement node // back to the Java DAO method that executes it // (`unresolved::mybatis::::`). const myBatisStubPrefix = unresolvedPrefix + "mybatis::" // ResolveMyBatisCalls is the graph-wide materialisation pass for the // MyBatis mapper layer. The mapper-XML extractor emits one node per // `