Title:
Bug 74851:(Watson Migration Closure)[ORM] we should be able to use a CFC as a custom Hibernate persister
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): João Fernandes / João Fernandes (Joao Fernandes)
Created: 01/08/2009
Components: ORM Support
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
[ORM] we should be able to use a CFC as a custom Hibernate persister. This would allow us to use ORM integration not only with data coming from a DB but from anything like LDAP. Implementing this would allow us to have a persisted cfc filled with ldap data.
Something like this would be possible:
<cfset dbUser =entityLoad( 'Users' , 1 )>
<cfset email = dbUser.getLdapData().getEmail()>
ldapData would be a property which would be filled by the custom persister based on the relationship provided.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037203
External Customer Info:
External Company:
External Customer Name: João Fernandes
External Customer Email: 4E9A42C244586146992015D5
External Test Config: 01/08/2009
Attachments:
Comments: