Community
Participate
Working Groups
In JPA 2.0 Access support was added to attribute mappings. If you have a mapping with the access annotation and you change the mapping type the Access annotation is removed.
Access annotation on Entity, Embeddable, and MappedSuperclass on 2.0 projects is also removed when changing the mapping type. In EclipseLink these annotations should not be removed: Entity and MappedSuperclass: @Access @ReadOnly @Customizer @ChangeTracking @Cache @ExistenceChecking @Converter @TypeConverter @StructConverter @ObjectTypeConverter Embeddable @Access @Customizer @ChangeTracking @Converter @TypeConverter @StructConverter @ObjectTypeConverter
checked in to HEAD