# Ortus ORM Extension

## Ortus ORM Extension

- [Introduction](https://orm-extension.ortusbooks.com/readme.md): The Ortus ORM Extension is a native Lucee Extension that allows your CFML application to integrate with the powerful Hibernate ORM
- [Release History](https://orm-extension.ortusbooks.com/readme/release-history.md): Release history for all versions of the Ortus ORM Extension
- [What's New With 6.x](https://orm-extension.ortusbooks.com/readme/release-history/whats-new-with-6.x.md): Version 6.x release notes for the Ortus ORM Extension
- [What's New With 5.x](https://orm-extension.ortusbooks.com/readme/release-history/whats-new-with-5.x.md): Version 5.x release notes for the Ortus ORM Extension
- [About This Book](https://orm-extension.ortusbooks.com/readme/about-this-book.md): More info on this documentation gitbook for the Ortus ORM Extension
- [Installation](https://orm-extension.ortusbooks.com/getting-started/installation.md): Get up and running in seconds!
- [Configuration](https://orm-extension.ortusbooks.com/getting-started/configuration.md): Easily configure Hibernate with CFML
- [Custom Hibernate Config](https://orm-extension.ortusbooks.com/getting-started/configuration/custom-hibernate-config.md)
- [Secondary Caches](https://orm-extension.ortusbooks.com/getting-started/configuration/secondary-caches.md)
- [Logging](https://orm-extension.ortusbooks.com/getting-started/configuration/logging.md): How do Hibernate logs work in the Ortus ORM Extension?
- [Entities](https://orm-extension.ortusbooks.com/modeling/entities.md): Learn the basics of modeling ORM entities
- [Identifiers](https://orm-extension.ortusbooks.com/modeling/identifiers.md): All about entity identifiers, from primary keys, and generators to composite keys and field types.
- [Properties](https://orm-extension.ortusbooks.com/modeling/properties.md)
- [Relationships](https://orm-extension.ortusbooks.com/modeling/relationships.md): Entity relationships let you define an association between two entity types.
- [Built-In Functions](https://orm-extension.ortusbooks.com/usage/builtins.md)
- [Querying](https://orm-extension.ortusbooks.com/usage/querying.md)
- [Events](https://orm-extension.ortusbooks.com/usage/events.md): Easily run actions on entity insertion, update, and more with event listeners
- [Session Management](https://orm-extension.ortusbooks.com/usage/session-management.md)
- [HQL](https://orm-extension.ortusbooks.com/usage/hql.md)
- [Transactions](https://orm-extension.ortusbooks.com/usage/transactions.md): Learn transaction management with the ORM Extension
- [Caching](https://orm-extension.ortusbooks.com/usage/caching.md): Improve your database performance with secondary caching in Hibernate ORM.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://orm-extension.ortusbooks.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
