Questions tagged [hibernate-native-query]
107 questions
-1
votes
2 answers
JPA Native Query Result Set Mapping to Entity class having child class
(column and variable name changed after posting question)i am writing join query using entityManager.createNativeQuery(somequery) in jpa custom method when i run code i get following error :
com.ibm.db2.jcc.am.SqlException:…
-1
votes
1 answer
Where can I find a working Java EE sample App that connects to a SQL Server database using Native Queries?
Where can I find a working Java EE sample App that connects to a SQL Server database using Native Queries?
I'm using Eclipse, Microsoft SQL Server Management Studio (SSMS), glassfish,
I need to connect a Java EE application in Eclipse to a database…

Gene
- 10,819
- 1
- 66
- 58