How to create user using JDBCUserProvider

Hi there. I use JDBCUserProvider to integrate user tables. It works fine on query, but when it comes to creating accounts, how can it be done given that JDBCUserProvider is readOnly and the createUser() method only throws Exception?

i meet the same question, somebody can help?