[hibernate-dev] automated response

2012-07-06 Thread richard
Hei, jeg har sommerferie og er tilbake i jobb mandag 30. juli. Generelle henvendelser kan sendes til p...@hmskontoret.no. Du finner ytterligere informasjon om hvordan du kontakter HMS Kontoret i ferien her: www.hmskontoret.no. God sommer! ___ hibe

Re: [hibernate-dev] Using hibernate with UDFs

2007-12-18 Thread richard
Most modern databases support user defined functions that return tables. We use them with both MS-SQL Server and Postgres to implement a rather complex/convoluted security scheme in the database. Thus instead of doing this: SELECT * FROM clients we do this: SELECT * FROM secure_clients( )

[hibernate-dev] Using hibernate with UDFs

2007-12-18 Thread richard
I asked in the forums a while back about using Hibernate to tie back to set-returning UDFs instead of a table or a view. http://forum.hibernate.org/viewtopic.php?t=980650&highlight= I have looked at Hibernate alternatives solutions and they all come up short in some way. I'm interested in ha