Hibernate Basics (i)

Source: Internet
Author: User

Hibernate is an ORM Open source component

Source: http://sourceforge.net/projects/hibernate/

1.Hibernate configuration file.

Default configuration file: Hibernate.cfg.xml

Pre-preparation documents: Hibernate.properties

Path to the Open Source project folder for its two files: hibernate-release-x.x.x\project\etc

Source code for Hibernate.cfg.xml files

<!--~ Hibernate, relational persistence for idiomatic Java ~ ~ License:gnu Lesser general public License (LGPL), vers  Ion 2.1 or later.  ~ See the Lgpl.txt file in the root directory or <HTTP://WWW.GNU.ORG/LICENSES/LGPL-2.1.HTML>.  -<!DOCTYPE hibernate-configuration Public "-//hibernate/hibernate configuration DTD 3.0//en" "Http://www.hibernate. Org/dtd/hibernate-configuration-3.0.dtd "><hibernate-configuration>    <session-factoryname= "Foo">        < Propertyname= "dialect">Org.hibernate.dialect.MySQLDialect</ Property>        < Propertyname= "Connection.driver_class">Com.mysql.jdbc.Driver</ Property>        < Propertyname= "Connection.url">Jdbc:mysql:///test</ Property>        < Propertyname= "Connection.username">Xx</ Property>        < Propertyname= "Connection.password">Xx</ Property>    </session-factory></hibernate-configuration>

Hibernate Basics (i)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.