Skip navigation links

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

E28847-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.

Since:
EclipseLink 2.2
Author:
Guy Pelletier


Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.