Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
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 >