posted 15 years ago
Hi,
I am using annotation tags within hibernate example 'CreateData.java'class to do simple insert into oracle 10g database table 'student2'. IP am getting error like
My createData.jaava looks like
hibernate-cfg class looks like
student2.java class looks like
within oracle 10g my student2 table creation syntax looks like
I am not sure why it is complaining about id is not null.
How can i resolve this issue. Any ideas, suggestions, links, resources, sample code highly appreciated. Thanks in advance