搜索资源列表
MaShibingHibernateProjectCodes
- 这是尚学堂马士兵讲解视频Hibernate3.3.2项目用到的完整源码。是适合Hibernate初学者学习的资料。-This is the complete source the Shang Xuetang Mashi Bing to explain the video Hibernate3.3.2 project used.Is suitable for Hibernate beginners to learn.
javaWeb网上订餐系统
- SSH是struts+spring+hibernate集成的web应用程序开源框架。 Struts:用来控制的,核心控制器是Controller。 Spring:对Struts和Hibernate进行管理,整合的。 Hiernate:操控数据库 struts标签库:Struts2默认的表达式语言是OGNL(Object-Graph Navigation Language),通过它可以存取对象的任意属性、调用对象的方法、遍历整个对象的结构图、实现字段类型转换等功能。 J
JavaEE技术-自主学习
- 通过xml文件配置数据库连接信息 PO类和数据库表的映射关系通过xml文件配置 模拟Hibernate中Session类的save()、delete()、update()和get()方法(Configuring database connection information through the XML file The mapping relationship between the PO class and the database table is configured