Is it possible to set the database isolation level (e.g. Serializable, repeatable-read, etc.) for a given EJB 3 method call?
I understand that this does not apply to the EJB Spec, so the details on how to do this on JBoss or Glassfish will be great.
I am starting to give the impression that this is not possible, and that you can only install it for the connection pool, which is clearly not an ideal solution.
source
share