users
[Top] [All Lists]

Sql column alias length using hibernate

To: users@xxxxxxxxxx
Subject: Sql column alias length using hibernate
From: bill.manuel@xxxxxxxxxx
Date: Mon, 28 Mar 2005 10:27:00 -0500
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm



I am trying to use hibernate against an informix 7.something.  The problem
I am having is hibernate is generating alias names for the columns in the
sql statements like this:

select someLongAlias.fieldName as fieldName_0 from someTable as
someLongAlias

Informix does not seem to like these long alias names -->  [Identifier
length exceeds the maximum allowed by this version of the server.]

I can't seem to find anything in the Hibernate forums.

Any Hibernate experts out there?

Bill Manuel
Sun Certified Web Component Developer
Supply Chain Systems
The Kroger Co.
bill.manuel@xxxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>