摘要: static int checkFromIndexSize​(int fromIndex, int size, int length) 检查是否在子范围从 fromIndex (含)至 fromIndex + size (不包括)是范围界限内 0 (包括)到 length (不包括)。 static 阅读全文
posted @ 2021-12-09 21:39 MikiKawai 阅读(39) 评论(0) 推荐(0) 编辑
摘要: hibernate 执行插入修改删除需要事务操作 org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread at org.springframework 阅读全文
posted @ 2021-12-09 13:25 MikiKawai 阅读(317) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>5.4.8.Final</version> </dependency> 错误方式 String hql = " 阅读全文
posted @ 2021-12-09 10:39 MikiKawai 阅读(736) 评论(0) 推荐(0) 编辑