Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


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


Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


Copyright © 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.