enterprise-hibernate-hbm

Installation
SKILL.md

Hibernate HBM Mapping Queries

<when_to_use>

Load this skill when querying Hibernate .hbm.xml mapping files — extracting entity-table bindings, property-column mappings, collection relationships (set/list/bag), foreign key discovery, or running batch scans across an enterprise persistence layer with 60+ HBM files.

</when_to_use>

Domain skill for dasel v3 queries against Hibernate .hbm.xml mapping files.

Attribute syntax (required): XML attributes use - prefix in dasel friendly mode (default). name-name, table-table, column-column.

Parser flag (required): Always pass -i xml explicitly. Do not rely on auto-detection for .hbm.xml files.

Entity Discovery

# Fully qualified Java entity class name
dasel -f User.hbm.xml -i xml 'hibernate-mapping.class.-name'
Related skills

More from jamie-bitflight/claude_skills

Installs
9
GitHub Stars
44
First Seen
Mar 29, 2026