EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.annotations
Annotation Type ExcludeDefaultMappings


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ExcludeDefaultMappings

Specifies default mappings (those that are not explicitly decorated in XML or using annotations)should be omitted. An ExcludeDefaultMappings annotation can be specified on an entity, embeddable or mapped superclass and applies solely to the mappings of the class it is defined on.

Author:
Guy Pelletier
Since:
EclipseLink 2.2


EclipseLink 2.4.2, build 'v20130514-5956486' API Reference