fix sequence generator php code on sequenceName
This commit is contained in:
parent
8084b6cbf0
commit
3ec55d0cdd
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ besides specifying the sequence's name:
|
|||
/**
|
||||
* @Id
|
||||
* @GeneratedValue(strategy="SEQUENCE")
|
||||
* @SequenceGenerator(name="tablename_seq", initialValue=1, allocationSize=100)
|
||||
* @SequenceGenerator(sequenceName="tablename_seq", initialValue=1, allocationSize=100)
|
||||
*/
|
||||
protected $id = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue