官术网_书友最值得收藏!

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
}

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 湛江市| 三都| 揭西县| 京山县| 边坝县| 大城县| 栾城县| 潜山县| 镇巴县| 新晃| 乐东| 武定县| 腾冲县| 灵川县| 临清市| 溧阳市| 贡山| 瓮安县| 冕宁县| 韶关市| 郸城县| 玛纳斯县| 西青区| 措勤县| 阳春市| 郸城县| 苗栗县| 博爱县| 南皮县| 郴州市| 晋州市| 砀山县| 和田县| 普陀区| 信丰县| 夏邑县| 乌兰浩特市| 陇南市| 嘉兴市| 文成县| 秭归县|