beforeXxx()
will stop the transaction and return HTTP 400 BadRequest to the client. Throwing {@link SqlResourceException} from a beforeXxx()
orafterXxx()
will return HTTP 500 Internal Server Error to the client.
@author Mark Sawers
@see AbstractTrigger
|
|