Merge pull request #46 from havvg/master
fix example php code on sequence generator
This commit is contained in:
commit
f32a780459
@ -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…
x
Reference in New Issue
Block a user