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
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
2 matches
Mail list logo