Message:
The following issue has been closed.
Resolver: Max Rydahl Andersen
Date: Tue, 2 Dec 2003 4:34 PM
this have been around too long - mainly my fault.
I tried to apply that patch to the current cvs but it did not match very well ;(
I welcome a new updated version if possible - until then I'll close it.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-48
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-48
Summary: More finder generation
Type: Patch
Status: Closed
Priority: Major
Resolution: INCOMPLETE
Project: Hibernate2
Assignee: Max Rydahl Andersen
Reporter: Max Rydahl Andersen
Created: Sat, 3 May 2003 10:31 AM
Updated: Tue, 2 Dec 2003 4:34 PM
Description:
More finder generation
Finder generator now supports generation based on class
relationships, a la:
<set name="games" inverse="true" lazy="true"
table="GamePlayers">
<meta
attribute="foreign-finder-name">findSavedGames</meta>
<meta attribute="foreign-finder-field">save</meta>
<meta attribute="foreign-join-field">players</meta>
<key column="playerID"/>
<many-to-many class="com.whatever.Game"
column="gameID"/>
</set>
There's more information in the updated javadocs in
FinderRenderer.java.
The new classes MethodSignatureBuilder and QueryBuilder
are a start at extracting this kind of functionality
into seperate classes. I'll improve the javadocs as
they mature a bit.
http://sourceforge.net/tracker/index.php?func=detail&aid=722221&group_id=40712&atid=428710
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|