假设我有array ofStrings = {"testUser1", "testUser2", ... , "testUser28"},我如何将它存储在 oracle 数据库中,varchar2用作userTableColumn.
我的问题:
- 例如,如何使用 Hibernate 将这个字符串数组存储在 oracle 数据库中(任何示例都将受到高度赞赏)?
- 将存储此字符串数组的数据库列的数据类型应该是什么,现在我将其
varchar2定义为?clob4000 bytesvarchar2clob