-->
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: help with native sql function
PostPosted: Mon May 10, 2004 5:29 pm 
Newbie

Joined: Fri Apr 16, 2004 11:53 am
Posts: 7
hi,

we are using oracle as the backend. I am migrating from hand written sql code to hibernate.

we have a function called encrypt_password.



and we have a sql like this:

select firstName, lastName, encrypt_password(password) from user

does hibernate support sql like that?

I tried several ways, but looks like I have no way to map 'encrypt_password(password)' to a java attribute.

my mapping file is like
<
....
<property name="firstName" column="firstName"/>
<property name="password" column="password"/>
....
>

please help.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 10, 2004 5:36 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
If its read only, you can map it with formula: <property name="password" formula="encrypt(PASSWORD)"/>

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


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.