Saved Bookmarks
| 1. |
How Primary Key Is Created By Using Hibernate? |
|
Answer» Database primary key is specified in the configuration FILE hbm.xml. GENERATOR can also be used to SPECIFY how primary key is being created in the database. Database primary key is specified in the configuration file hbm.xml. Generator can also be used to specify how primary key is being created in the database. |
|