Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Hibernate xml configuration

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

/ / first create the entity class package cn.com.bochy.entity;public class hibernatebean {private long id;private String name;private String pwd;public long getId () {return id;} public void setId (long id) {this.id = id;} public String getName () {return name;} public void setName (String name) {this.name = name;} public String getPwd () {return pwd;} public void setPwd (String pwd) {this.pwd = pwd } / / then create a new class name .hbm.xml under the same package as the entity class. The contents of the mapping file for the entity class and data table are as follows / / then create a new hibernate configuration file oracle.jdbc.OracleDriver

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report