bx-orm-event-system
Installation
SKILL.md
BoxLang ORM — Event System
Overview
The ORM event system bridges Hibernate's native event model with BoxLang's interception framework. It registers a Hibernate Integrator that hooks into every Hibernate lifecycle event (pre-insert, post-load, etc.) and translates those events into BoxLang interception announcements and entity-level event handler invocations.