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