Slide 80
Slide 80 text
Prefer entity listeners
▪ In a general way, prefer listeners
▪ Entity listeners are better for performance because they
are called only for entities of the class they were
configured for, they avoid to execute useless code paths
▪ Moreover, they can be lazy, ie being instantiated only
when they are actually used