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

Sanne Grinovero (JIRA) noreply at atlassian.com
Sat Sep 3 15:43:06 EDT 2011


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
             Fix For: 4.1


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