Download
Forum
Login
My Account
Admin
A
Logout
Fast Object Database for Java - with JPA/JDO support
Object
DB
Object
DB
ObjectDB
Overview
Features
Download
Change Log
License
Company
Tutorials
Quick Start with JPA
JPA Web App (Tomcat)
Java EE JPA (GlassFish)
Spring MVC and JPA
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools and Utilities
Configuration
JPA
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Queries
Metamodel
Miscellaneous
Exceptions
JDO
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
Support
FAQ
Forum
Issue Tracking
Help Desk
Manager
Home
»
JPA
»
Annotations
»
Class Modifiers
»
ExcludeSuperclassListeners
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Class Modifiers
Cacheable
Embeddable
Entity
EntityListeners
ExcludeDefaultListeners
ExcludeSuperclassListeners
IdClass
MappedSuperclass
Field Modifiers
Relationships
Access Modes
Value Generation
Callback Methods
JPQL Queries
Java EE
Mapping (ORM)
SQL Queries
Queries
Metamodel
Miscellaneous
Exceptions
javax.persistence.ExcludeSuperclassListeners - JPA annotation
javax.persistence
Annotation
ExcludeSuperclassListeners
Target:
Classes
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
Since:
JPA 1.0
Learn how to define and use entity listeners in
Chapter 3
of the ObjectDB/JPA manual.
This annotation is a marker annotation (with no elements).
< ExcludeDefaultListeners
^ Class Modifiers
IdClass >