What is SELECT generator in Hibernate?
What is SELECT generator in Hibernate?
I am learning Hibernate. Today I read SELECT generator in hibernate.
I searched about this generator on Google but can't find anything.
Can anybody tell me, what is SELECT generator and how it works?
Thanks in advance.
@kabanus please share the working mechanism or a sample program
– Zeeshan Khan
2 days ago
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
This selects the object you will operate on from the table, similarly to all database languages (sql, etc.) - is there anything in particular unclear?
– kabanus
Jun 30 at 18:50