« Return to Thread: Interceptable javadocs?

Interceptable javadocs?

by PabloS :: Rate this Message:

Reply to Author | View in Thread

Hi all,

I'm trying to customize the behavior of an edit in one of my entities by implementing the Interceptable interface. However, I don't find any reference in the javadoc about the meaning of the method's return value (it's a boolean). I'm only interested on update events, so I want to implement onLoad and onInsert as NOOPs, but I don't know what to return.

Any tip would be appreciated.
Thanks in advance.
Pablo.

 « Return to Thread: Interceptable javadocs?