jpa - Hibernate Internal Query Creation for CRUD -


i m new hibernate framework , wanted learn how hibernate works internally.

i have read few books 'hibernate made easy' , 'java persistence hibernate'. have ideas how configure relationship between objects, e.g. (onetomany,many many, inheritance, hql , all).

one thing m not able understand, how hibernate creates query internally when crud operation. if make show_sql=true, printing sql, hibernate creates , executes against database.

is there possible easy way understand hibernate internal query creation reading books? there portal or books cover hibernate query creation relationships?

or need debug source code , understand hibernate doing?

thanks in advance.

there no book cover hibernate internals, can start abstractentitypersister that's crud operations handled.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -