Hello,
I would like to understand more on Hibernate Interceptor.
Is there a way to get the parameters value and/or column name bind to it?
I have a plan to modify the table name based on one specific parameters on the HQL select itself.
Hello,
I would like to understand more on Hibernate Interceptor.
Is there a way to get the parameters value and/or column name bind to it?
I have a plan to modify the table name based on one specific parameters on the HQL select itself.
If you want to know more about the Hibernate Interceptor API then read the documentation or some articles on the web about it.