Hibernate
文章平均质量分 57
yehuiling
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hibernate hql: Only the INSERT INTO ... SELECT ... form is supported
13.4. DML-style operations Prev Chapter 13. Batch processing Next13.4. DML-style operations As原创 2009-04-08 14:05:00 · 11730 阅读 · 1 评论 -
hibernate insert
Session session = null; Transaction transaction = null; PreparedStatement pstmt = null; Statement stmt = null; ResultSet resultSet = null; try{ se原创 2009-04-10 11:37:00 · 3618 阅读 · 0 评论 -
unexpected AST node: query
hibernate.cfg.xml中加上hibernate.query.factory.class类的说明 org.hibernate.hql.classic.ClassicQueryTranslatorFactory 即可。原创 2009-09-14 15:12:00 · 10134 阅读 · 0 评论
分享