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 Customizer


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

The Customizer annotation is used to specify a class that implements the org.eclipse.persistence.config.DescriptorCustomizer interface and is to run against an entity's class descriptor after all metadata processing has been completed. The Customizer annotation may be defined on an Entity, MappedSuperclass or Embeddable class. In the case of inheritance, a Customizer is not inherited from its parent classes.

Since:
Oracle TopLink 11.1.1.0.0
Author:
Guy Pelletier

Required Element Summary
 java.lang.Class value
          (Required) Defines the name of the descriptor customizer that should be applied to this entity's descriptor.

 

Element Detail

value

public abstract java.lang.Class value
(Required) Defines the name of the descriptor customizer that should be applied to this entity's descriptor.

Skip navigation links

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