Is there any way to use OrmLite with Postgres hstores?

后端 未结 3 647
执笔经年
执笔经年 2021-01-06 07:53

We\'re currently using a PostgreSQL database and OrmLite. We now have a use case for using an Postgres hstore, but can\'t find any way of accessing that table through OrmLit

3条回答
  •  死守一世寂寞
    2021-01-06 08:55

    It sounds like ConnectionSource may actually be implemented by JdbcConnectionSource, and will likely return a JdbcDatabaseConnection. That object has a getInternalConnection method that looks like what you are looking for.

提交回复
热议问题