DbSqlSession does not offers anything to pass any sql statement for insert, like for update or select, where I can write the statement in my custom xml file.
Any help or workaround?
DbSqlSession does not offers anything to pass any sql statement for insert, like for update or select, where I can write the statement in my custom xml file.
Any help or workaround?
DbSqlSession.getSqlSession() returns a SqlSession where I can use sql statements.