What's New With 3.5.0
December 16, 2021
Last updated
Was this helpful?
December 16, 2021
Last updated
Was this helpful?
ActiveEntity evict()
had the wrong method and arguments delegated to the parent class.
ACF2021 - org.hibernate.SessionFactory.getAllClassMetadata
is no longer supported
Inline datasource discovery in base orm service to get a performance boost
virtual entity service double creating the orm utility, use the parent one instead of duplicating the effort
Lazy load the getORMUtil()
and use it only when required.
New orm util support method: setupHibernateLogging()
thanks to michael born
Added a isInTransaction()
util helper method to all the orm services.
New ORM events based on Hibernate 5.4 Events: ORMFlush, ORMAutoFlush, ORMPreFlush, ORMDirtyCheck, ORMEvict, and ORMClear
Hibernate 5.4 support for lucee new extension
Adobe 2021 support and testing automations
Migration to github actions
Allow Criteria Builder Get()
and getOrFail()
Methods to Return Projection List Properties
If you upgrade your lucee ORM extension to use Hibernate 5.4, all positional paramters in HQL using ?
has been deprecated. You will have to use the ?x
approach where x
is a number according to the position in the sql:
New cfformating rules