[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2133) Enable basic temporal collection iteration pattern
Christian Bauer (JIRA)
noreply at atlassian.com
Thu Oct 5 06:21:24 EDT 2006
Enable basic temporal collection iteration pattern
--------------------------------------------------
Key: HHH-2133
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2133
Project: Hibernate3
Type: Improvement
Components: core
Reporter: Christian Bauer
Priority: Minor
Attachments: temporalpattern.zip
I've tried to implement a basic temporal pattern with Hibernate and failed when it came to collection iteration with applied temporal filters. This is an interesting problem: the challenge is to map a read-only collection to an arbitrary join with partly dynamic values. My attempts to use property-ref and filters weren't successful. We might need to extend the abilities of property-ref to include key-properties as targets.
See the attached example app to see what I'm up to. Also read this: http://en.wikipedia.org/wiki/Temporal_database
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list