Internal Website Search

1-2 of 2 results

JPA Lifecycle Events

listeners are applied by default to all the entity classes. The @ ExcludeDefaultListeners annotation ... : @Entity @ ExcludeDefaultListeners public class NoDefaultListenersForThisEntity { } @Entity public

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).