- Java Hibernate Cookbook
- Yogesh Prajapati Vishal Ranapariya
- 126字
- 2021-07-16 19:59:45
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "dialect
helps hibernate to generate database specific SQL statements."
A block of code is set as follows:
<hibernate-mapping> <class="Employee" table="employee"> <id name="id" type="long" column="id"> <generator class="increment" /> </id> <property column="firstName" name="firstName" /> <property column="salary" name="salary" /> </class> </hibernate-mapping>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
@AuditTable(value="emp_history")
public class Employee {
// other fields and setters/getters
}
推薦閱讀
- Learning Python Web Penetration Testing
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- INSTANT OpenCV Starter
- Visual FoxPro程序設計教程
- 程序員數學:用Python學透線性代數和微積分
- Reactive Programming with Swift
- Raspberry Pi for Secret Agents(Third Edition)
- RTC程序設計:實時音視頻權威指南
- Visual Basic程序設計實驗指導(第4版)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- SQL Server 2016數據庫應用與開發
- 微信小程序入門指南
- NGINX Cookbook
- Visual Studio 2015高級編程(第6版)
- 智能手機APP UI設計與應用任務教程