Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] How can I intercept every call to EntityManager.<somemethod>(arg)

Hello all
Im trying hard to find pattern to intercept every instance in my code 
Inside methods that is looks like this: 

EntityManager.<some_kind_of_method>(arg(

I need to change the arg in this method and insert new one based on some
checks 

Thanks allot


Back to the top