I think you could do: User.findAllByInsecureSql("exec dbo.GET_USERS",
IHaveValidatedThisSQL("me", "19 Nov 2009")).  That would return a List
[User]


On Nov 19, 6:23 am, Marcin Jurczuk <mjurc...@gmail.com> wrote:
> Hi group,
>
> Is there a way for nice support for stored procedures in Mapper
> Framework.
> Let assume that I have database where only way to get data is stored
> procedure for example
> Instead SELECT * from user I must execute exec dbo.GET_USERS
>
> How connect Mapper fields with access to them by stored procedures ?
>
> A can of cource use raw/insecure SQL but then I'm loosing all Mapper
> features ..
>
> Thanks in advance

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=.


Reply via email to