Hibernate Study Notes (1), hibernate Study Notes (

Source: Internet
Author: User

Hibernate Study Notes (1), hibernate Study Notes (

Several minor issues encountered during hibernate learning. Simply record them and take notes.

1. What is DML? I used to be familiar with the interview, but I forgot that although I didn't belong to Hibernate, I recorded it when I suddenly remembered it.

DML (data manipulation language): database operation language. They are SELECT, UPDATE, INSERT, and DELETE. They are mainly statements used to operate data in the database.

DDL (data definition language): database definition language. The main Commands include CREATE, ALTER, and DROP. DDL is mainly used to define or change the TABLE structure, data type, links and constraints between tables, and other initialization work, most of them are used when creating tables.

DCL (Data Control Language): Database Control Language. Is a statement used to set or change database user or role permissions, including (grant, deny, revoke, etc.) statements. By default, only sysadmin, dbcreator, db_owner, db_securityadmin, and other personnel are authorized to execute DCL.

2. Configure the JNDI data source of Hibernate

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.