|
From: <leg...@at...> - 2003-09-14 09:02:57
|
Message:
The following issue has been closed.
Resolver: Gavin King
Date: Sun, 14 Sep 2003 4:01 AM
Thanks, I externalized the match modes into an enumeration class, for consistency with other Hibernate APIs. In CVS.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-334
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-334
Summary: Example-API automatic wildcards and fix for ignoreCase
Type: Improvement
Status: Closed
Priority: Major
Resolution: FIXED
Project: Hibernate2
Components:
core
Fix Fors:
2.1 beta 4
Versions:
2.1 beta 3
Assignee:
Reporter: Michael Gloegl
Created: Sat, 13 Sep 2003 3:31 PM
Updated: Sun, 14 Sep 2003 4:01 AM
Description:
After applying this patch, when enabling like with Example, you can pass a flag which will automatically add wildcards to all properties.
Example.create(exampleObject).enableLike(Example.MATCH_ANYWHERE)
will take all values of exampleObject and add % at the beginning and the end.
This patch also fixes Example.ignoreCase() which does not work yet.
---------------------------------------------------------------------
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
|