select u.FirstName || u.LastName from User u
The question is why this matter should be a RDBMS responsibility and not
solved with a simple property getter in your domain.

Think in object not in data... you are using an ORM ergo you can change your
mind from data to objects.

2009/11/2 n hibernate user <[email protected]>

>
> How to fetch calculated field properties in the Isession.create
> criteria querries ? suppose table has first column n last column as
> columns and we select username property in criteria querry which is
> defines as sum of first n last name properties in the class ?
>
> >
>


-- 
Fabio Maulo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to