ObjectDB Database Search

1-2 of 2 results

jakarta.persistence.ExcludeDefaultListeners

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

JPA Lifecycle Events

to all the entity classes. The @ ExcludeDefaultListeners annotation can be used to exclude an entity ... @ ExcludeDefaultListeners public class NoDefaultListenersForThisEntity { } @Entity public class