- 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
}
推薦閱讀
- Leap Motion Development Essentials
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- PHP+MySQL網站開發技術項目式教程(第2版)
- Mastering Python High Performance
- Amazon S3 Cookbook
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- ServiceNow:Building Powerful Workflows
- LabVIEW虛擬儀器入門與測控應用100例
- Java Fundamentals
- Python Projects for Kids
- Python機器學習與量化投資
- Oracle SOA Suite 12c Administrator's Guide
- Python數據可視化之matplotlib實踐
- 現代JavaScript編程:經典范例與實踐技巧
- Python機器學習