Pārlūkot izejas kodu

Update README.md

Git-Leon 8 gadus atpakaļ
vecāks
revīzija
bd0a4811a9
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      README.md

+ 1
- 0
README.md Parādīt failu

21
 			* configures the way of increment of the specified `column(field)`
21
 			* configures the way of increment of the specified `column(field)`
22
 		* `@Column(name = "OPTION_ID")`
22
 		* `@Column(name = "OPTION_ID")`
23
 			* specifies mapped column for a persistent property or field
23
 			* specifies mapped column for a persistent property or field
24
+			* without `@Column` specified, the framework assumes the field's variable-name is the persistent property name.
24
 
25
 
25
 * `Option` has a `value` instance variable of type `String`
26
 * `Option` has a `value` instance variable of type `String`
26
 	* `value` should be `annotated` with
27
 	* `value` should be `annotated` with