Is it possible to use an annotation to do whatever OpenSessionInView filter does: to keep hibernate session open in scope but for only one annotated function?
PS I would need this for local fixes in some legacy code.
Is it possible to use an annotation to do whatever OpenSessionInView filter does: to keep hibernate session open in scope but for only one annotated function?
PS I would need this for local fixes in some legacy code.