I have a one to many relationship that has been impelimented by hibernate
and DB is sql server.
every thing is ok when I use a select statement with one object BUT
when I write oneObj.manyObj I see this Exeption:
expecting 'elements' or 'indices' after: id [...]
{instead of ... comes my query.}
Does any body know the reason?