ObjectDB Database Search

1-2 of 2 results

jakarta.persistence.ExcludeSuperclassListeners

Jakarta Persistence (JPA) Annotation Type jakarta.persistence. ExcludeSuperclassListeners Implemented Interfaces: Annotation Target: Type Specifies that the invocation of superclass listeners ... Persistence (JPA) 1.0 The JPA Lifecycle Events article explains how to use ExcludeSuperclassListeners

JPA Lifecycle Events

unless the subclass excludes inheritance explicitly using the @ ExcludeSuperclassListeners annotation: @Entity @ ExcludeSuperclassListeners     public class EntityWithNoListener extends