-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Table Valued Parameter and Hibernate
PostPosted: Thu Oct 26, 2017 11:15 am 
Newbie

Joined: Thu Oct 26, 2017 10:42 am
Posts: 1
Dear Community!

We decided to use Spring Boot and Hibernate in our project, and now we are at a stage where we are planning the data refresh. We are using MSSQL and we would like to use Table valued parameters. As far as i know, it's possible to use this from jdbc, but I can't find any reference if it's possible with Hibernate api.
I'm pretty new to Hibernate so please point me to the right direction, or if i'm going for a completely wrong approach please let me know.


Top
 Profile  
 
 Post subject: Re: Table Valued Parameter and Hibernate
PostPosted: Thu Oct 26, 2017 2:22 pm 
Hibernate Team
Hibernate Team

Joined: Thu Sep 11, 2014 2:50 am
Posts: 1628
Location: Romania
Hibernate does not support Table-valued parameters natively because this is a SQL Server specific feature.

I remembered that jOOQ starting supporting Table-Values Parameters since version 3.10.

To call a SQL Server using Hibernate, check out this article.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.