ColdBox ORM Module
Search…
v3.x
Introduction
Intro
Release History
What's New With 3.7.0
What's New With 3.6.0
What's New With 3.5.0
What's New With 3.4.0
What's New With 3.3.0
What's New With 3.2.x
What's New With 3.1.0
What's New With 3.0.0
About This Book
Author
Getting Started
Overview
Installation
Basic Crud - Services
Basic Crud - ActiveEntity
Base ORM Service
Overview
Service Properties
Concrete Services
Automatic Java Types
Dynamic Finders- Counters
Service Methods
Virtual Services
Overview
Service Properties
Concrete Virtual Services
Active Record
Active Entity Overview
Constructor Properties
Usage
Validation
Criteria Queries
Criteria Builder
Detached Criteria Builder
Help! I'm Not Getting the Result I expected!
Advanced Features
Automatic REST Crud
Hibernate Logging
Mementifier
ORM Events
Unique Property Validation
Powered By
GitBook
What's New With 3.2.x
March 31, 2021
Added
Exposed a
getSQLHelper()
from criterias to allow for usage of formmatting of sql
New interception points:
beforeOrmExecuteQuery, afterOrmExecuteQuery
from the base orm service:
executeQuery()
method
Fixed
Moved
afterCriteriaBuilderList
event before results conversions
​
[v3.2.1] => 2021-MAR-31
Fixed
Wrong object to get the event handler manager when doing execute query calls
Previous
What's New With 3.3.0
Next
What's New With 3.1.0
Last modified
1yr ago
Export as PDF
Copy link
Edit on GitHub
Contents
Added
Fixed
[v3.2.1] => 2021-MAR-31
Fixed