displaying top 100 results
Tracker Issue Bug 74213:setters (maybe getters) autocreated at runtime aren't available from within the CFC that defines them
2602270 CF-3037040 ORM Support Ben Archibald Bug 74213:setters (maybe getters) autocreated at runtime aren't available from within the CFC that defines them Problem:
setters (maybe getters) autocreated at runtime aren't available from within the CFC that defines them
Tracker Issue Bug 74194:Add ORMisDirty(obj) to check to see if the state of the object has changed but not been saved
2602279 CF-3037032 ORM Support Ben Archibald Bug 74194:Add ORMisDirty(obj) to check to see if the state of the object has changed but not been saved Problem:
Add ORMisDirty(obj) to check to see if the state of the object has changed but not been saved.
Method:
Result
Tracker Issue Bug 74186:An ORM CFC with a name of "class" doesn't work
2602287 CF-3037024 ORM Support Ben Archibald Bug 74186:An ORM CFC with a name of "class" doesn't work Problem:
An ORM CFC with a name of "class" doesn't work. Either the bug is that its not handling this reserved word gracefully, or that it should handle any name for ORM cfcs .
Method:
Result
2602247 CF-3037068 ORM Support Ben Archibald Bug 74301:lazy="true" on a many-to-many or one-to-may doesn't work - method getLazyLoadedProperty() always returns null - doesn't seem to initiate the load prior to returning results Problem:
lazy="true" on a many-to-many or one-to-may doesn't work
2602271 CF-3037039 ORM Support Ben Archibald Bug 74212:EntityLoadByExample won't handle things if you load your example object with a foreign key object (add a group to a user for example) Problem:
EntityLoadByExample won't handle things if you load your example object with a foreign key object
Tracker Issue Bug 74195:if you have an object with a foreign key relationship in ORM-land and tell it to be a type of array
2602278 CF-3037033 ORM Support Ben Archibald Bug 74195:if you have an object with a foreign key relationship in ORM-land and tell it to be a type of array Problem:
if you have an object with a foreign key relationship in ORM-land and tell it to be a type of array. It does not exist in the object
2602280 CF-3037031 ORM Support Ben Archibald Bug 74193:I'd love to see access to the hibernate interceptor Problem:
I'd love to see access to the hibernate interceptor. Please see thread:
https://prerelease.adobe.com/project/forum/thread.html?cap=87529bda13744b3db718e841890b9240&forid={936680A
Tracker Issue Bug 74150:When you have a mapping in your application
2602297 CF-3037011 ORM Support Ben Archibald Bug 74150:When you have a mapping in your application Duplicate ID: CF-3037010
Problem:
When you have a mapping in your application.cfc and CF goes to build the hibernate files it throws a duplicate entity name error. An example of this error is
2602296 CF-3037012 ORM Support Ben Archibald Bug 74151:When using ORM a created property that has a name that is the same as a sql reserved word entity creation fails in the db with dbcreate turned on, but no errors are thrown at application initializatio Problem:
When using ORM a created property