Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个有趣的情况,hibernate/jpa 似乎用 \\n 逃脱了 \n:
DB 中的字符串:Hello World\nDude 实体管理器进入我的 POJO 后的字符串:Hello World\\nDude
我可以摆脱这种逃避的功能吗?
唔..
确实发现了问题。。
如果您直接编辑表,My Editor (MySQL Workbench) 会自动转义 \n。因此转义是从 MySQL Workbench 和 Java 行为非常正确:)。