java - How can i execute a stored procedure within current transaction without named query? -


is there way execute stored procedure in current transaction without @namednativequeries annotation? have implemented many stored procedure executions using connection object datasource. on discovering mistake executing in different session current session in, know if there way execute stored procedure without rewriting @namednativequeries?


Comments

Popular posts from this blog

PHP and MySQL WP -

javascript - generate date range base on integers -

javascript - Generate barcode from text and convert it to base64 -