The following issue has been updated:
Updater: Michael Gloegl (mailto:gl...@ok...)
Date: Sat, 13 Sep 2003 3:32 PM
Changes:
Attachment changed to FooBarTest.patch
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-334&page=history
---------------------------------------------------------------------
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: Unassigned
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.1 beta 3
Assignee:
Reporter: Michael Gloegl
Created: Sat, 13 Sep 2003 3:31 PM
Updated: Sat, 13 Sep 2003 3:32 PM
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
|