https://github.com/ortus-boxlang/bx-orm
An ORM module for BoxLang based on Hibernate/JPA
https://github.com/ortus-boxlang/bx-orm
boxlang hibernate jpa orm
Last synced: about 1 year ago
JSON representation
An ORM module for BoxLang based on Hibernate/JPA
- Host: GitHub
- URL: https://github.com/ortus-boxlang/bx-orm
- Owner: ortus-boxlang
- Created: 2024-04-11T16:15:34.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2025-03-26T13:31:00.000Z (about 1 year ago)
- Last Synced: 2025-03-26T14:41:46.838Z (about 1 year ago)
- Topics: boxlang, hibernate, jpa, orm
- Language: Java
- Homepage:
- Size: 25.1 MB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.YML
- Code of conduct: .github/CODE_OF_CONDUCT.MD
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# BoxLang ORM
## Table Of Contents
* [Configuration](./Configuration.md)
* [Entity Mapping](./Mapping.md)
## Compatibility
BoxLang ORM strives to be 100% backwards-compatible with the Adobe ColdFusion and Lucee Server Hibernate ORM implementations. With that said, several older syntaxes and setting names have been changed (with backwards-compatible aliases) for further improvements.
For more details, see:
* [Configuration Compatibility](./Configuration.md#compatibility)
* [Entity Mapping Compatibility](./Mapping.md#compatibility)
* [BIF Compatibility](./bifs/README.md#compatibility)