Am 18.03.2010 um 03:53 schrieb uramagget:
Is there a way I can modify how relationships (has_many, belongs_to, etc.) without it querying separately and using a JOIN clause instead? I'm not aware of, from what I've read so far in the documentation, of a way to have this done, so any ideas would be appreciated.
I don't understand your question. Do you want relationships being queried together with the "main" object? For this, check out the "lazy" attribute of e.g. ManyToOne and similar relationship defining declarations.
Diez -- You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en.
