[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-899) Check for illegal usage of @IndexedEmbedded

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Dec 23 09:40:30 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard updated HSEARCH-899:
-------------------------------------

    Fix Version/s:     (was: 4.1)

> Check for illegal usage of @IndexedEmbedded
> -------------------------------------------
>
>                 Key: HSEARCH-899
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-899
>             Project: Hibernate Search
>          Issue Type: Improvement
>            Reporter: Sanne Grinovero
>            Priority: Minor
>
> Apparently some people tend to assume that in indexed embedded classes all normal fields should use the @IndexedEmbedded annotation instead of @Field/.. like in:
> {code}
> @IndexedEmbedded
> String countryName
> {code}
> Might be nice to check for such unexpected usage, as it's currently silently ignored.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list