Re: Oracle XMLType support

2005-06-02 Thread Brandon Goodin
If you can pass the XML Type into a non-oracle specific Java Type/Class then you should have no problem creating a custom type handler. If the XML Type requires a database connection then you will need to stick to straight JDBC. iBatis is JDBC compliant. We provide CustomType Handlers for cases whe

Oracle XMLType support

2005-06-02 Thread Jan Vissers
Hi, I'm trying to figure out what we need to do in order to make use of Oracle's XMLType database object - as part of a sqlMap. I've been briefly thinking about a way to implement the TypeHandlerCallback interface, but it seems to me that this will not work. Using straight JDBC, we're able to