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

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.

主站蜘蛛池模板: 江源县| 怀远县| 博客| 海门市| 长海县| 长宁区| 锦州市| 澜沧| 杂多县| 常州市| 丽水市| 镇原县| 宁化县| 玉溪市| 河西区| 东宁县| 玉屏| 咸阳市| 定西市| 噶尔县| 彰武县| 江油市| 余干县| 洛阳市| 拜泉县| 乐至县| 安达市| 修水县| 屏东市| 阿鲁科尔沁旗| 抚顺县| 邯郸县| 彭泽县| 徐汇区| 石首市| 灵武市| 澳门| 三都| 韶关市| 阳东县| 六枝特区|