thanks for everything. i could solve my problem by myself. but it's so funny i just added this annotation @GeneratedValue(strategy=GenerationType.SEQUENCE)
and my problem is solved.
i red somewhere if your database supports Auto Increment it's not necessary to add this annotation @GeneratedValue.
but It seems i had to add this annotation.
anyways thanks again and again