In the given file here, certain normal methods only return search based results while others give us semantic based results (albeit with "no hover info").
These are all completely basic methods taking and returning basic types (Long, String etc).
Fringe thought, is this related to @Entity or @Table annotations? There doesn't appear to be a pattern between getters vs setters however.
In the given file here, certain normal methods only return search based results while others give us semantic based results (albeit with "no hover info").
These are all completely basic methods taking and returning basic types (Long, String etc).
Fringe thought, is this related to
@Entityor@Tableannotations? There doesn't appear to be a pattern between getters vs setters however.