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

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.

主站蜘蛛池模板: 木兰县| 石棉县| 聊城市| 阆中市| 团风县| 南靖县| 宁河县| 桃源县| 勃利县| 会宁县| 海丰县| 绍兴市| 宜兰市| 汤阴县| 怀来县| 邵阳县| 汉阴县| 丹凤县| 武清区| 杭锦旗| 平武县| 教育| 牙克石市| 凌海市| 三门峡市| 贵州省| 长宁区| 榆社县| 吉安县| 通州市| 涟源市| 泸州市| 临清市| 夏河县| 防城港市| 尖扎县| 南充市| 万荣县| 海安县| 奈曼旗| 绵阳市|