1. How to reconstruct sql query from a ResultSet stackoverflow.comSomewhere way inside JBoss in a hibernate query I'm catching an error that leaves me with a ResultSet. This code is a plugged in custom data type. It would be nice if ... |
2. Facing the problem while reterving the resultsets in java from named query function in hibernate coderanch.comHi, I am facing the problem while executing the calling of funtion through named query. My java bean class file like this package org.com.test; public class Contact { private String firstName; private String lastName; private String email; private long contact_id; public String getFirstName() { return firstName; } public void setFirstName(String firstName) { this.firstName = firstName; } public String getLastName() { return ... |
3. org.hibernate.AssertionFailure:scrollable resultsets not forum.hibernate.orgHi All, I am using Oracle 11g and I am trying to delete some records from database using some GUI. In that case I am getting following error: java.lang.Exception: org.hibernate.AssertionFailure: scrollable result sets are not enabled. When I restart the application's service, this error is going away and deletion is working fine. Other related jars that I am using is as ... |
4. Query.iterate() and ResultSet/Statement closure... forum.hibernate.org |
5. query result how to fill into java.sql.resultset forum.hibernate.org |
6. How can we get the full resultset size when paging? forum.hibernate.org |
7. Unique/Distinct resultset and Criteria forum.hibernate.org |
8. Error with query: Unsupported method: ResultSet.absolute forum.hibernate.orgI am getting the following error while performing a query. Has anyone experienced this and how did you resove it? Thanks! Dec 28, 2004 6:03:43 PM net.sf.hibernate.JDBCException |
9. Is it better to use ScrollableResults other than ResultSet? forum.hibernate.org |
10. Problem with Scrollable resultsets forum.hibernate.orgHi, We noticed that hql query like : Code: "select partner.PartnerId,partner.PartnerName,partner_loc.DsppCountry.CountryName, partner_loc.DsppCountry.CountryCode,detail.DsppPartnerTaxonomy.Name from DsppPartner partner join partner.SetOfDsppPartnerManagement_1 partner_mgmt join partner.DsppPartnerLocation partner_loc join partner_mgmt.DsppPartnerTaxonomy_1.SetOfDsppPartnerTaxonomyDetail detail where (upper(partner.PartnerName) like upper('%next%') or upper(partner_mgmt.PreviousPartnerName) like upper('%next%')) and (partner_mgmt.MarkedForDeletion <> 1) and detail.DsppLanguage.LangId = 1 order by partner.PartnerName" executes properly with the Hiberrnate Version 3.0.0, but ... |
11. How to order a resultset without OutOfMemory errors.... forum.hibernate.orgpublic List |
12. Order resultset forum.hibernate.orgHi, First of all, i'm sorry for my english, i'm spanish. I have this mapping: |
13. Order resultset forum.hibernate.orgHi, First of all, i'm sorry for my english, i'm spanish. I have this mapping: |
14. Problem ordering resultSet by Criteria forum.hibernate.orgHi! We have the following problem. We have a class JobGroup with an One-To-Many relation to Jobs. So, the jobGroup has a Vector of jobs. Now, we want to fetch the Jobgroups and jobs in one query, ordering by jobGroup-id and by job-id. The code-snippet should make it more clear: Code: public Vector |
15. Looking for a feature like ResultSet.getString("colName forum.hibernate.org |
16. Problem counting the resultset forum.hibernate.org |
17. Problem with closed ResultSet when trying to refresh() forum.hibernate.org |