hibernate books

Discover hibernate books, include the articles, news, trends, analysis and practical advice about hibernate books on alibabacloud.com

"Hibernate Framework Learning": Hibernate advanced Hibernate Core interface and Class (i)

Let's take a look at Hibernate's execution process: So we can probably know Hibernate's core interface and class, Hibernate's core class and interface a total of 6, namely: Session, Sessionfactory, Transaction, Query, criteria, and configuration. These 6 core classes and interfaces will be used in any development. Wildcard These interfaces allow access to persistent objects and transaction control. These 6 core interfaces and classes are described separately below. Configuration Class The purp

Java Books recommended EE programmer must read book recommendations

people down.4 " Proficient in Hibernate:java object persistence technology detailed"Star:Suitable objects: Beginner, Intermediate, advancedIntroduction: Hibernate necessary reference books, also written by the Chinese, rare a good book, and the author is a mm.5 "Struts 2.1 authoritative Guide"Star:Suitable for: Beginner, IntermediateDescription: A good book written by a native of Struts2, but the name seem

Hibernate batch operation hibernate. JDBC. batch_size hibernate. JDBC. fetch_size

Several suggestions for optimizing hibernate Performance 1. for Oracle databases, fetch size is the number of records retrieved from the database each time the JDBC Statement reads data. It is generally set to 30, 50, and 100. The default fetch size of the JDBC driver for Oracle database is 15, and the fetch size is set to 30 and 50. The performance will be significantly improved. If it continues to increase, it will exceed 100, and the performance im

Java EE must read books and Java EE must read

Java EE must read books and Java EE must read24170 people read comments (46:JavaEE (280)Software Engineering and principles (49)Computer History (3)Web related (83)Linux/Unix/AIX (69)Miscellaneous Essays (163)Interview (3) Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger. Directory (?) [+] Here are some books I recommend

9 books that Java programmers must read

Source: http://mp.weixin.qq.com/s?__biz=MjM5NzA1MTcyMA==mid=202904638idx=2sn= 21dd20438e32a24e78e8c33dd4a0991escene=1#rdThe 9 books listed in this article are considered great books in the Java programmer community. When a programmer begins to learn Java, his first question should be how to choose a book as a guide to learning Java. This problem also shows that, compared to other tutorials and blogs, Java

Four Books and five classics of J2EE

analysis can be seen by his "talents. As for "color-based UML", it is nothing more than an intuitive description of the meta-model. This "book" is the second-to-second best practice guide for Object-Oriented (rather than case-oriented) enterprise application business modeling. *** As you can see, in the five books I have recommended, I have not introduced the popular monographs on Hibernate, spring,

Brief comment on Oracle books without responsibility (1)

Oracle If you go to a computer bookstore now, you'll find that books related to Oracle technology will occupy a lot of space in bookstores. In these books there are many fine, but certainly some dross mixed with, for fine, we might as well read, for those patchwork of books we still avoid and far, lest let oneself regret. Here, fenng to write down the impression

[Linux Introductory books] recommended

Being a senior programmer proficient in Linux programming has always been a goal pursued by many friends. According to Chinahr statistics, the average monthly salary for Linux programmers in Beijing is 1.8 times times that of Windows programmers and 2.6 times times for Java programmers, and Linux programmers are averaging 2.9 times times the year-end bonuses for Windows programmers. At the same time, the data show that with the increase of working experience, the income gap between Linux program

[C #] nhib.pdf handling multiple sets of books

I have long heard of ORM for a long time, but it was the first two weeks to learn it. I finally decided to take a good look at nhib.pdf (ibatisnet, however, due to limited time, it will be put on hold for the time being.) The first reason is that hibernate is famous. The second reason is that it is open-source and has the opportunity to look at its source code!After searching for the Internet for a long time, I did not find a few documents, and I coul

Recommended books for Java Learning

Zen. The fun of thinking is all embodied in it. Title: Practical J2EE design mode programming guideURL: http://www.china-pub.com/computers/common/info.asp? Id = 8368Comment: The first two books are supposed to be the foundation of OO programming. With the "skills" of the first two books, it is much easier to learn J2EE/EJB, because J2EE/EJB is a framework, you can learn the concept of a careful framework f

Hibernate (1) Hibernate introduction and simple examples to understand hibernate transaction rollback usage

1 Hibernate profileHibernate is an ORM (object relation mapping objects-relational mapping) framework that is in the project's Persistence Layer, also known as the Persistence layer framework (persistence layer framework and OJB, etc.). Hibernate is essentially a lightweight encapsulation of JDBC. 2 Benefits of using Hibernate ① introduces

Some classic Linux books

One, the road of Linux1. Introductory article"Linux authoritative guide " book is good, write very comprehensive also relatively broad, involved in not deep, as a primer book Good, you can more comprehensive understanding of Linux. In addition, the more popular can also look at " Bird Brother's private food " and other books, the management of the book. If you want to do the server direction can be found to see. 2. Driver Chapter"Linux device driver

Some classic Linux books

Some classic Linux booksOne, the road of Linux, the road long its repair far XI, I will go up and down and quest! Get the classic book first!1. Introductory article"Linux authoritative guide" book is good, write very comprehensive also relatively broad, involved in not deep, as a primer book Good, you can more comprehensive understanding of Linux. In addition, the more popular can also look at "bird Brother's private food" and other books, the managem

Recommend some C # related websites, resources and books (reprint)

book is chatty, can be used as a dictionary, for individuals to build C # Knowledge system is very helpful.3. In-depth understanding of C #The development and change process of C # language is dissected in detail. Especially suitable for a certain base of C # programmers in-depth learning. The anonymous delegate, lambda, and LINQ are all very well explained.4. CLR via C #If you want to learn the bottom-level knowledge of C #, this book is your second choice.5, ASP. NET Getting Started ClassicTh

Hibernate also needs to be cared for-Hibernate's generic DAO, and hibernate cares for dao

Hibernate also needs to be cared for-Hibernate's generic DAO, and hibernate cares for dao Objects are based on abstraction. It can also be said that abstraction promotes continuous development of programming. For database access, I have written HqlHelper and EFHelper. Writing applications under the Spring + Hibernate framework is also unable to write a general ge

Linux network programming must see books recommended

First of all, there are many books about computer networks and TCP/IP.We need to learn network knowledge before we can talk about programming.The most classic of the computer network is Andrew S. Tanenbaum's "Computer network," The fifth edition, the book is easy to moderate."Computer Network (5th edition)" is the most widely used and most authoritative computer network classic textbook.is now the fifth edition, the author of the book in the 80 's dev

Quick Primer for some c\c++ books _c languages

People often ask me what C + + and programming book recommendations, today for you to share a few First Note: If you plan to learn C + +, be sure to learn the latest version of C + + 2011. This version of C + + removes many of the pain that comes with the power of C + +. In addition, there is no need to worry about C + + 2014 books, most compilers have started to support it. Learning programming Learning programming includes several important aspec

List of books read over the past two years

)Spring practice (spring in action)Lightweight Java EE Enterprise Application practices (version 3rd)-Struts 2 + spring 3 + hibernate Integrated DevelopmentNon-Technical Kangxi Emperor (river of February)Yong Zheng Emperor (river of February)BrotherAliveKite chaserTomb stealing notesThose things of the Ming DynastySolo troupe1984 (one of the anti-utopia trilogy)People all over the world knowThree bodiesAnimal Farm There are more than a dozen

Java Programming Road related books (three dimensions)

first, the technical learning about Java. Ability to study in three dimensions according to the following points:(1) downward development, i.e. the underlying directionIt is recommended to look at "deep Java Virtual Machine", "Java Virtual machine specification", "Thinking in Java" and so on. In fact, both English and Chinese can, unless you are focused on the development of the bottom, it is more appropriate to look at English. Of course, the Java bottom-related

Recommended Java Advanced Books

Chinese Version: Programmer's Practical testing skills"Star:Suitable objects: Beginner, Intermediate, advancedIntroduction: The current agile prevalence, this you have to take a look at anyway.Part II: Intermediate level Advanced Article1 "Spring in Action"Star:Suitable objects: Beginner, Intermediate, advancedDescription: Spring framework, as a Java programmer must learn. IOC, AOP is the foundation of the software you see later. And basically a lot of things are connected to spring.2 Master Sp

Total Pages: 15 1 .... 4 5 6 7 8 .... 15 Go to: Go

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.