Java EE 5 SDK

javax.persistence
Annotation Type EntityListeners


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

Specifies the callback listener classes to be used for an entity or mapped superclass. This annotation may be applied to an entity class or mapped superclass.

Since:
Java Persistence 1.0

Required Element Summary
 Class[] value
          The callback listener classes
 

Element Detail

value

public abstract Class[] value
The callback listener classes


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.