As far as I know RIFEs ORM doesn't support compositite keys; however,
you can always use Hibernate. Hibernate doesn't suggest using
composite keys either though.

Cheers,
 Tyler

On 7/16/06, sr danda <[EMAIL PROTECTED]> wrote:
Hi,

I am a new to Rife and I am assessing whether the rife/crud is appropriate
to use in our application. I have the following questions on rife/crud.

>From what I have seen so far, rife seems to require primary key to be a
single field (numeric). However a majority of our tables have composite
primary key (id + date).
Is there any way to use rife/crud with a composite key (other than hand
coding the mappings)? Or do I have to use another ORM in rife?

Are there any examples of using rife/crud in a standalone application?

Are there any designers or code generators (constraints from sql) available?

Thank you,
Srini


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to