Configuration of the Hibernate mapping file configure the core file one-to-one pair multiple hibernate implementation paging Hibernate session closure problem summary

Source: Internet
Author: User

Take the message system as an example

1. Configure the mapping file: first you have to introduce a constrained DTD

<! DOCTYPE hibernate-mapping Public
"-//hibernate/hibernate Mapping DTD 3.0//en"
"Http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd" >

Then

The <class></class> tag represents the JavaBean feature class for which you want to create a table

<id></id> Configuration Table primary key Id<generator class= "native" ><generator> native:hibernate automatically what kind of database The data is then guaranteed to be unique based on the growth of the primary key from the database type.

<proterty></proterty> to configure a table's fields

<set></set> a one-to-many label to represent that multi-collection

<one-to-one> one-on-one

<one-to-many> one-to-many

<many-to-many> Many-to-many

2. Core configuration Files

Configuration of the Hibernate mapping file configure the core file one-to-one pair multiple hibernate implementation paging Hibernate session closure problem summary

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.