An open API service indexing awesome lists of open source software.

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

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)