ObjectDB Database Search

1-2 of 2 results

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

javax.persistence.ExcludeDefaultListeners

JPA Annotation ExcludeDefaultListeners Target: TYPE Implemented Interfaces: Annotation Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass ... ExcludeDefaultListeners . This annotation is a marker annotation (with no attributes).