首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 将Hibernate代理正常上课。

将Hibernate代理正常上课。

  • 资源大小:11.42 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: hibernate 正常 上课

资 源 简 介

Converts hibernate proxies to normal classes. Useful for GWT+Hibernate projects to send objects loaded from database to GWT client. Example usage Spring AOP (applicationContext.xml): ``` ``` Annotation on service method: ``` import ru.dehibernator.Dehibernate; class DocumentServiceImpl implements DocumentService { @Autowired private DocumentRepository repository; @Dehibernate @Transactional @Override public List loadDocuments() { return repository.loadDocuments(); } } ``` Maven dependencies log4j log4j 1.2.16 org.hibernate hibernate-core

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.216005s