博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
AnnotationSessionFactoryBean用法介绍
阅读量:5819 次
发布时间:2019-06-18

本文共 1680 字,大约阅读时间需要 5 分钟。

http://blog.csdn.net/flyingfalcon/article/details/8273618

————————————————————————————————————————————————————————

1:

public class AnnotationSessionFactoryBeanextends

Subclass of Spring's standard LocalSessionFactoryBean for Hibernate3, supporting JDK 1.5+ annotation metadata for mappings. Requires the Hibernate3 Annotation add-on to be present.

2:实例代码

 

test.package.Foo
test.package.Bar
test.package

3:实际运用

                    图:User类

其中类应用了Hibernate和Spring的注解

                                                                        图:应用中的配置信息

 

 

补充:官方文档给出的示例http://static.springsource.org/spring/docs/2.5.6/api/org /springframework/orm/hibernate3/annotation/AnnotationSessionFactoryBean.html

org.springframework.orm.hibernate3.annotation
Class AnnotationSessionFactoryBean

 

extended by

 

extended by

 

extended by

org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
All Implemented Interfaces:
, , , , ,

public class AnnotationSessionFactoryBeanextends implements

Subclass of Spring's standard LocalSessionFactoryBean for Hibernate, supporting JDK 1.5+ annotation metadata for mappings.

Note: This class requires Hibernate 3.2 or higher, with the Java Persistence API and the Hibernate Annotations add-on present.

Example for an AnnotationSessionFactoryBean bean definition:

test.package.Foo
test.package.Bar

Or when using classpath scanning for autodetection of entity classes:

Since:
1.2.2
Author:
Juergen Hoeller
See Also:
, , ,

 

你可能感兴趣的文章
Android应用集成支付宝接口的简化
查看>>
[分享]Ubuntu12.04安装基础教程(图文)
查看>>
django 目录结构修改
查看>>
win8 关闭防火墙
查看>>
CSS——(2)与标准流盒模型
查看>>
MYSQL 基本SQL语句
查看>>
C#中的Marshal
查看>>
linux命令:ls
查看>>
Using RequireJS in AngularJS Applications
查看>>
hdu 2444(二分图最大匹配)
查看>>
【SAP HANA】关于SAP HANA中带层次结构的计算视图Cacultation View创建、激活状况下在系统中生成对象的研究...
查看>>
DevOps 前世今生 | mPaaS 线上直播 CodeHub #1 回顾
查看>>
iOS 解决UITabelView刷新闪动
查看>>
Web前端JQuery入门实战案例
查看>>
CentOS 7 装vim遇到的问题和解决方法
查看>>
JavaScript基础教程1-20160612
查看>>
iOS \U7ea2 乱码 转换
查看>>
FCN图像分割
查看>>
ios xmpp demo
查看>>
python matplotlib 中文显示参数设置
查看>>