Community
Participate
Working Groups
@ExcludeDefaultMappings support was added in EclipseLink 2.2
Not supporting this means we have incorrect validation errors. @Entity @ExcludeDefaultMappings public class Employee { @Id private int id; private String name;//validation error that column "name" cannot be resolved } Also need to be careful supporting this because EclipseLink has some defaulting rules that we don't use. This mapping would be a Basic mapping and would not be excluded with ExcludeDefaultMappings. @Lob private String name;
bug 251548 - corresponding xml element