dear all,
 
is there any way to prevent findByPrimaryKey hitting the db every single time it gets called.
 
i.e. if the bean is in cache, can you force the container to just return it without
  doing a primary key lookup in the db?
 
greg.

Reply via email to