Skip to main content

MyBatis Mapper XML indexer plugin for CodeMap

Project description

codemap-mybatis

MyBatis Mapper XML indexer plugin for CodeMap.

What it does

Reads MyBatis *Mapper.xml files and produces:

  • sql_mapping symbols — one per <select|insert|update|delete> statement
  • table symbols — one per referenced database table
  • accesses_table edges — sql_mapping → table, with confidence graded by SQL complexity (static SQL → high; contains <if>/<foreach>medium; uses ${} substitution → low)
  • maps_to edges — java_method → sql_mapping, linking the Java Mapper interface methods (produced by codemap-java) to their backing XML statements via (namespace, stmt_id)

Scope

DDL (CREATE TABLE) lives in codemap-sql; this plugin handles the DML side (FROM/JOIN/INSERT/UPDATE/DELETE) directly because it needs to grade confidence by MyBatis dynamic-SQL constructs.

Dynamic SQL (<if>, <foreach>, <where>, <set>, <choose>, <trim>) is extracted statically — the runtime-only branches are accepted as medium-confidence edges. ${} raw substitution (e.g. variable table names) drops confidence to low.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codemap_mybatis-0.3.5.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codemap_mybatis-0.3.5-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file codemap_mybatis-0.3.5.tar.gz.

File metadata

  • Download URL: codemap_mybatis-0.3.5.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for codemap_mybatis-0.3.5.tar.gz
Algorithm Hash digest
SHA256 4ca0a82be5d5719014838616bc0ab2acb5ef1f6ed3a1e946e55f3491517274c1
MD5 867d0e0feea38de7a3afbbc6c27186f8
BLAKE2b-256 03a50b7eec1302de4651d175e451e132851fe275c0a9a464a004aa77ca79c14d

See more details on using hashes here.

Provenance

The following attestation bundles were made for codemap_mybatis-0.3.5.tar.gz:

Publisher: publish.yml on qxbyte/codemap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file codemap_mybatis-0.3.5-py3-none-any.whl.

File metadata

File hashes

Hashes for codemap_mybatis-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 41cc566edfc54d0e43fda6fa0cfb6bd9e52f7527b5b883563e5f989c251a1342
MD5 960708d505d5472a710dad8dda36188f
BLAKE2b-256 db111915d17b22cd42db5aba32402f82d39c37a0b571b7ba994e43b414efad7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for codemap_mybatis-0.3.5-py3-none-any.whl:

Publisher: publish.yml on qxbyte/codemap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page