java - Eclipselink Workbench - Identiy column -
we working eclipselink workbench generate java persistence objects our eclipse projects. have tables identity columns , found no option tell eclipselink column identiy column. found thousends of hints annotations of jpa solve problem generate our deployment.xml workbench , use no annotations:
eclipse link jpa documentation
does know how handle it?
i found solution of own. in few seconds (not few days me).
1. enable native sequencing in session object (tab login => options => native sequencing)
2. know navigate generated java obect , select descriptor tab.
3. enable sequencing. take primary key , write down "identity" name.
test , happy. puh.
Comments
Post a Comment