coldbox-modules / cborm

The ColdBox ORM enhancements for ColdFusion ORM & Hibernate. Make ORM not suck!
https://coldbox-orm.ortusbooks.com/
8 stars 17 forks source link

Don't return new entities for getOrFail #33

Closed elpete closed 4 years ago

elpete commented 4 years ago

Returning new entities on getOrFail defeats the purpose of the helper as it will never be null.

elpete commented 4 years ago

@lmajano