Community
Participate
Working Groups
In addition to the singular @Customizer, there needs to be support for multiple customizers on an Entity through an @Customizers annotation. e.g., @Entity @Customizers({PostBuildCustomizer.class, AuditingCustomizer.class)); public class Publisher implements Serializable { The EclipseLink mapping file already supports multiple customizers and there is no need for any changes: ... <xsd:complexType name="entity"> ... <xsd:sequence> ... <xsd:element name="customizer" type="orm:customizer" minOccurs="0"/> ... The order the Customizers are run must be guaranteed to be in the order in which they are declared.
Updating priority due to revised bug categorization process. See the following page for details: http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines#Priority_and_Target_Milestone If you feel the updated priority is incorrect, please send an email to eclipselink-users@eclipse.org.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink