I have this part of hibernate mapping xml file, and I was looking for a good example for what does native mean.
<hibernate-mapping>
<class name="com.hib.Task" table="tasks">
<id name="id" type="int" column="id" >
<generator class="native"/>
</id>
I know it's something related to unique identifier property, but I would really like to have an example.
Sorry for the newbie question, I'm new to hibernate and programming in general :)
Thank you!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…