Re: Abator wishlist

2006-06-26 Thread Gareth Moorst
Hammer, nail, hit.You're spot on there - that all sounds excellent.I see your point about the primary key class - we don't have that problem, as we don't have any primary keys.I had some thoughts about being able to use the selectByExample methods to implement the selectByTeamId, but I couldn't see

RE: Abator wishlist

2006-06-23 Thread Christopher . Mathrusse
1 AMTo: user-java@ibatis.apache.orgSubject: Re: Abator wishlist The primary key class is seperated so that the method signatures for selectByPrimaryKey and deleteByPrimaryKey can only require the primary key, and not the class that represents the entire row.  I did it that way because I have s

Re: Abator wishlist

2006-06-23 Thread Jeff Butler
The primary key class is seperated so that the method signatures for selectByPrimaryKey and deleteByPrimaryKey can only require the primary key, and not the class that represents the entire row.  I did it that way because I have strong dislike of using half empty objects.  For example, if the delet