RE: Custom vendor specific Queries

2009-04-30 Thread Ben Shory
t;table.countByExample"; >> } >> Integer count = (Integer) >> getSqlMapClientTemplate().queryForObject(stmtId, >> example); >> return count; >> >> Is this a good approach? >> Would I have to override SpringDAOTemplae? >>

Re: Custom vendor specific Queries

2009-04-28 Thread Clinton Begin
n sql/Person.xml >> >> Thanks >> -- >> View this message in context: >> http://www.nabble.com/Custom-vendor-specific-Queries-tp23127179p23127179.html >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. >> >> >

Re: Custom vendor specific Queries

2009-04-28 Thread Nathan Maves
m workaround queries > for specific vendors. > > Something like : > > > > > where sql/sqlserver/Person.xml override queries defined in sql/Person.xml > > Thanks > -- > View this message in context: > http://www.nabble.com/Custom-vendor-specific-Queries-tp2

Custom vendor specific Queries

2009-04-19 Thread Saloucious
Hello, i would like to know if it is possible to create custom workaround queries for specific vendors. Something like : where sql/sqlserver/Person.xml override queries defined in sql/Person.xml Thanks -- View this message in context: http://www.nabble.com/Custom-vendor-specific