How do I insert into custom table with SQL and Mybatis

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.