|
From: Ken K. <kk...@kk...> - 2003-05-20 15:17:34
|
Isabelle, Thanks for giving it your attention. Your timing is not a problem for me. I will probably be implementing all the vets use cases using the jdbc.core classes anyway as Rod wants to show some of these types of examples in this demo-app. Ken Isabelle Muszynski wrote: >Hi Ken, > >I'll have a look at it, but it may have to wait until the weekend. However, I'll do my best to do it sooner. > >Isabelle > >On Tue, May 20, 2003 at 07:38:00AM -0500, Ken Krebs wrote: > > >>Isabelle, >> >>Are there any plans to add insert functionality to the higher level part >>of the framework ? >> >>It seems inconsistent to me to force developers to use the lower level >>abstractions when I would think we would want to emphasize the higher >>level abstractions. >> >>Ken >> >>Isabelle Muszynski wrote: >> >> >> >>>Ken, >>> >>>Sorry, the methods are in JdbcTemplate. Have a look at the livetests >>>directory. >>> >>>Isabelle >>> >>>On Mon, May 19, 2003 at 09:32:44AM -0500, Ken Krebs wrote: >>> >>> >>> >>> >>>>Isabelle, >>>> >>>>I don't see any update methods in SqlUpdate that take a KeyBinder. >>>> >>>>Ken >>>> >>>> >>>> >>>>Isabelle Muszynski wrote: >>>> >>>> >>>> >>>> >>>> >>>>>Hi Ken, >>>>> >>>>>It's all hidden under update. There are some new update methods that >>>>>take a KeyBinder, those are the ones that use key auto-generation and >>>>>return you the value of the generated key. >>>>>For an insert without auto key generation, you can just use the update, >>>>>passing it an INSERT INTO ... >>>>> >>>>> >>>>>Isabelle >>>>> >>>>>On Mon, May 19, 2003 at 09:01:29AM -0500, Ken Krebs wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Isabelle, >>>>>> >>>>>>Is there any high level (com.interface21.jdbc.object) support for >>>>>>Insert functionality ??? >>>>>> >>>>>>I've seen some comments about it being incorporated while browsing the >>>>>>CVS for SqlUpdate rev 1.4 and SqlOperation rev 1.4 but I see no actual >>>>>>differences supporting it. >>>>>> >>>>>>Is this planned for later ? >>>>>> >>>>>>Ken >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>> >>> >>> > > > |