JPA 2.0 API 1.0.1.Final-redhat-2

javax.persistence
Annotation Type ExcludeSuperclassListeners


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

Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.

Since:
Java Persistence 1.0


JPA 2.0 API 1.0.1.Final-redhat-2

Copyright © 2007-2012 Hibernate.org. All Rights Reserved.